Html Css Color HEX #9FA2CB Blue Bell

📋 copy color: '#9FA2CB'

red 159 ◦ green 162 ◦ blue 203

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

Shades of Blue Bell #9FA2CB

Tints of Blue Bell #9FA2CB

RGB

 RED value IS 159 (62.5% from 255) = 30.34%

 GREEN value IS 162 (63.67% from 255) = 30.92%

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

R = 30.34%
G = 30.92%
B = 38.74%

CMYK

 C value IS 0.22

 M value IS 0.20

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9FA2CB (or 0x9FA2CB) is known color: Blue Bell. HEX triplet: 9F, A2 and CB. RGB value is (159,162,203). Sum of RGB (Red+Green+Blue) = 159+162+203=524 (69% of max value = 765). Red value is 159 (62.5% from 255 or 30.34% from 524); Green value is 162 (63.67% from 255 or 30.92% from 524); Blue value is 203 (79.69% from 255 or 38.74% from 524); Max value from RGB is 203 - color contains mainly: blue. Hex color #9FA2CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9FA2CB is #605D34. Grayscale: #A5A5A5. Windows color (decimal): -6315317 or 13345439. OLE color: 13345439.

HSL color Cylindrical-coordinate representation of color #9FA2CB: hue angle of 235.91º degrees, saturation: 0.3, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9FA2CB is Cyan = 0.22, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 159 162 203 -
CMYK 0.22 0.20 0 0.20
HSL 235.91º 0.3% 0.71% -
HSV(B) 235.91º 0.22% 0.8% -
XYZ 38 37.52 61.74 -
YUV 165.78 149.01 123.17 -
System Red Green Blue C M Y K H S L
Decimal 159 162 203 0.22 0.20 0 0.20 235.91 0.3 0.71
Hex 9F A2 CB 16 14 0 14 EC 1E 47
Octal 237 242 313 26 24 0 24 354 36 107
Binary 10011111 10100010 11001011 10110 10100 0 10100 11101100 11110 1000111

Color Harmonies of #9FA2CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FA2CB

Black with #9FA2CB

Text Example


Text Example

White with #9FA2CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9FA2CB; }

 p { color: rgb(159,162,203); }

 H1.HeaderClassName
 {
   color: #9FA2CB;
 }
 .AnyTagClassName
 {
   color: #9FA2CB;
 }
</style>

background-color css

<style>
 a { background-color: #9FA2CB; }

 a { background-color: rgb(159,162,203); }

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

border-color css

<style>
 span { border-color: #9FA2CB; }

 span { border-color: rgb(159,162,203); }

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