Html Css Color HEX #909FAF Rock Blue

📋 copy color: '#909FAF'

red 144 ◦ green 159 ◦ blue 175

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

Shades of Rock Blue #909FAF

Tints of Rock Blue #909FAF

RGB

 RED value IS 144 (56.64% from 255) = 30.13%

 GREEN value IS 159 (62.5% from 255) = 33.26%

 BLUE value IS 175 (68.75% from 255) = 36.61%

R = 30.13%
G = 33.26%
B = 36.61%

CMYK

 C value IS 0.18

 M value IS 0.09

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#909FAF (or 0x909FAF) is known color: Rock Blue. HEX triplet: 90, 9F and AF. RGB value is (144,159,175). Sum of RGB (Red+Green+Blue) = 144+159+175=478 (63% of max value = 765). Red value is 144 (56.64% from 255 or 30.13% from 478); Green value is 159 (62.5% from 255 or 33.26% from 478); Blue value is 175 (68.75% from 255 or 36.61% from 478); Max value from RGB is 175 - color contains mainly: blue. Hex color #909FAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #909FAF is #6F6050. Grayscale: #9C9C9C. Windows color (decimal): -7299153 or 11509648. OLE color: 11509648.

HSL color Cylindrical-coordinate representation of color #909FAF: hue angle of 210.97º degrees, saturation: 0.16, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #909FAF is Cyan = 0.18, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 144 159 175 -
CMYK 0.18 0.09 0 0.31
HSL 210.97º 0.16% 0.63% -
HSV(B) 210.97º 0.18% 0.69% -
XYZ 31.64 33.82 45.42 -
YUV 156.34 138.53 119.2 -
System Red Green Blue C M Y K H S L
Decimal 144 159 175 0.18 0.09 0 0.31 210.97 0.16 0.63
Hex 90 9F AF 12 9 0 1F D3 10 3F
Octal 220 237 257 22 11 0 37 323 20 77
Binary 10010000 10011111 10101111 10010 1001 0 11111 11010011 10000 111111

Color Harmonies of #909FAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #909FAF

Black with #909FAF

Text Example


Text Example

White with #909FAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #909FAF; }

 p { color: rgb(144,159,175); }

 H1.HeaderClassName
 {
   color: #909FAF;
 }
 .AnyTagClassName
 {
   color: #909FAF;
 }
</style>

background-color css

<style>
 a { background-color: #909FAF; }

 a { background-color: rgb(144,159,175); }

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

border-color css

<style>
 span { border-color: #909FAF; }

 span { border-color: rgb(144,159,175); }

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