Html Css Color HEX #9497CB Blue Bell

📋 copy color: '#9497CB'

red 148 ◦ green 151 ◦ blue 203

#9497CB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Bell #9497CB

Tints of Blue Bell #9497CB

RGB

 RED value IS 148 (58.2% from 255) = 29.48%

 GREEN value IS 151 (59.38% from 255) = 30.08%

 BLUE value IS 203 (79.69% from 255) = 40.44%

R = 29.48%
G = 30.08%
B = 40.44%

CMYK

 C value IS 0.27

 M value IS 0.26

 Y value IS 0

 K value IS 0.20

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#9497CB (or 0x9497CB) is known color: Blue Bell. HEX triplet: 94, 97 and CB. RGB value is (148,151,203). Sum of RGB (Red+Green+Blue) = 148+151+203=502 (66% of max value = 765). Red value is 148 (58.20% from 255 or 29.48% from 502); Green value is 151 (59.38% from 255 or 30.08% from 502); Blue value is 203 (79.69% from 255 or 40.44% from 502); Max value from RGB is 203 - color contains mainly: blue. Hex color #9497CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9497CB is #6B6834. Grayscale: #9B9B9B. Windows color (decimal): -7039029 or 13342612. OLE color: 13342612.

HSL color Cylindrical-coordinate representation of color #9497CB: hue angle of 236.73º degrees, saturation: 0.35, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9497CB is Cyan = 0.27, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 148 151 203 -
CMYK 0.27 0.26 0 0.20
HSL 236.73º 0.35% 0.69% -
HSV(B) 236.73º 0.27% 0.8% -
XYZ 34.06 32.74 61.02 -
YUV 156.03 154.51 122.27 -
System Red Green Blue C M Y K H S L
Decimal 148 151 203 0.27 0.26 0 0.20 236.73 0.35 0.69
Hex 94 97 CB 1B 1A 0 14 ED 23 45
Octal 224 227 313 33 32 0 24 355 43 105
Binary 10010100 10010111 11001011 11011 11010 0 10100 11101101 100011 1000101

Color Harmonies of #9497CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9497CB

Black with #9497CB

Text Example


Text Example

White with #9497CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9497CB; }

 p { color: rgb(148,151,203); }

 H1.HeaderClassName
 {
   color: #9497CB;
 }
 .AnyTagClassName
 {
   color: #9497CB;
 }
</style>

background-color css

<style>
 a { background-color: #9497CB; }

 a { background-color: rgb(148,151,203); }

 div.DivClassName
 {
   background-color: #9497CB;
 }
 .BgClassName
 {
   background-color: #9497CB;
 }
</style>

border-color css

<style>
 span { border-color: #9497CB; }

 span { border-color: rgb(148,151,203); }

 td.TdClassName
 {
   border-color: #9497CB;
 }
 .TagClassName
 {
   border-color: #9497CB;
 }
</style>