Html Css Color HEX #909DAF Rock Blue

📋 copy color: '#909DAF'

red 144 ◦ green 157 ◦ blue 175

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

Shades of Rock Blue #909DAF

Tints of Rock Blue #909DAF

RGB

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

 GREEN value IS 157 (61.72% from 255) = 32.98%

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

R = 30.25%
G = 32.98%
B = 36.76%

CMYK

 C value IS 0.18

 M value IS 0.10

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#909DAF (or 0x909DAF) is known color: Rock Blue. HEX triplet: 90, 9D and AF. RGB value is (144,157,175). Sum of RGB (Red+Green+Blue) = 144+157+175=476 (63% of max value = 765). Red value is 144 (56.64% from 255 or 30.25% from 476); Green value is 157 (61.72% from 255 or 32.98% from 476); Blue value is 175 (68.75% from 255 or 36.76% from 476); Max value from RGB is 175 - color contains mainly: blue. Hex color #909DAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #909DAF is #6F6250. Grayscale: #9B9B9B. Windows color (decimal): -7299665 or 11509136. OLE color: 11509136.

HSL color Cylindrical-coordinate representation of color #909DAF: hue angle of 214.84º 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 #909DAF is Cyan = 0.18, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 144 157 175 -
CMYK 0.18 0.10 0 0.31
HSL 214.84º 0.16% 0.63% -
HSV(B) 214.84º 0.18% 0.69% -
XYZ 31.3 33.14 45.3 -
YUV 155.17 139.19 120.04 -
System Red Green Blue C M Y K H S L
Decimal 144 157 175 0.18 0.10 0 0.31 214.84 0.16 0.63
Hex 90 9D AF 12 A 0 1F D7 10 3F
Octal 220 235 257 22 12 0 37 327 20 77
Binary 10010000 10011101 10101111 10010 1010 0 11111 11010111 10000 111111

Color Harmonies of #909DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #909DAF

Black with #909DAF

Text Example


Text Example

White with #909DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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