Html Css Color HEX #9FA1CE Blue Bell

📋 copy color: '#9FA1CE'

red 159 ◦ green 161 ◦ blue 206

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

Shades of Blue Bell #9FA1CE

Tints of Blue Bell #9FA1CE

RGB

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

 GREEN value IS 161 (63.28% from 255) = 30.61%

 BLUE value IS 206 (80.86% from 255) = 39.16%

R = 30.23%
G = 30.61%
B = 39.16%

CMYK

 C value IS 0.23

 M value IS 0.22

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9FA1CE (or 0x9FA1CE) is known color: Blue Bell. HEX triplet: 9F, A1 and CE. RGB value is (159,161,206). Sum of RGB (Red+Green+Blue) = 159+161+206=526 (69% of max value = 765). Red value is 159 (62.5% from 255 or 30.23% from 526); Green value is 161 (63.28% from 255 or 30.61% from 526); Blue value is 206 (80.86% from 255 or 39.16% from 526); Max value from RGB is 206 - color contains mainly: blue. Hex color #9FA1CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9FA1CE is #605E31. Grayscale: #A5A5A5. Windows color (decimal): -6315570 or 13541791. OLE color: 13541791.

HSL color Cylindrical-coordinate representation of color #9FA1CE: hue angle of 237.45º degrees, saturation: 0.32, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9FA1CE is Cyan = 0.23, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 159 161 206 -
CMYK 0.23 0.22 0 0.19
HSL 237.45º 0.32% 0.72% -
HSV(B) 237.45º 0.23% 0.81% -
XYZ 38.18 37.32 63.58 -
YUV 165.53 150.84 123.34 -
System Red Green Blue C M Y K H S L
Decimal 159 161 206 0.23 0.22 0 0.19 237.45 0.32 0.72
Hex 9F A1 CE 17 16 0 13 ED 20 48
Octal 237 241 316 27 26 0 23 355 40 110
Binary 10011111 10100001 11001110 10111 10110 0 10011 11101101 100000 1001000

Color Harmonies of #9FA1CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FA1CE

Black with #9FA1CE

Text Example


Text Example

White with #9FA1CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,161,206); }

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

background-color css

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

 a { background-color: rgb(159,161,206); }

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

border-color css

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

 span { border-color: rgb(159,161,206); }

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