Html Css Color HEX #909BAA Rock Blue

📋 copy color: '#909BAA'

red 144 ◦ green 155 ◦ blue 170

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

Shades of Rock Blue #909BAA

Tints of Rock Blue #909BAA

RGB

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

 GREEN value IS 155 (60.94% from 255) = 33.05%

 BLUE value IS 170 (66.8% from 255) = 36.25%

R = 30.7%
G = 33.05%
B = 36.25%

CMYK

 C value IS 0.15

 M value IS 0.09

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#909BAA (or 0x909BAA) is known color: Rock Blue. HEX triplet: 90, 9B and AA. RGB value is (144,155,170). Sum of RGB (Red+Green+Blue) = 144+155+170=469 (62% of max value = 765). Red value is 144 (56.64% from 255 or 30.70% from 469); Green value is 155 (60.94% from 255 or 33.05% from 469); Blue value is 170 (66.80% from 255 or 36.25% from 469); Max value from RGB is 170 - color contains mainly: blue. Hex color #909BAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #909BAA is #6F6455. Grayscale: #999999. Windows color (decimal): -7300182 or 11180944. OLE color: 11180944.

HSL color Cylindrical-coordinate representation of color #909BAA: hue angle of 214.62º degrees, saturation: 0.13, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #909BAA is Cyan = 0.15, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 144 155 170 -
CMYK 0.15 0.09 0 0.33
HSL 214.62º 0.13% 0.62% -
HSV(B) 214.62º 0.15% 0.67% -
XYZ 30.48 32.27 42.65 -
YUV 153.42 137.36 121.28 -
System Red Green Blue C M Y K H S L
Decimal 144 155 170 0.15 0.09 0 0.33 214.62 0.13 0.62
Hex 90 9B AA F 9 0 21 D7 D 3E
Octal 220 233 252 17 11 0 41 327 15 76
Binary 10010000 10011011 10101010 1111 1001 0 100001 11010111 1101 111110

Color Harmonies of #909BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #909BAA

Black with #909BAA

Text Example


Text Example

White with #909BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,155,170); }

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

background-color css

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

 a { background-color: rgb(144,155,170); }

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

border-color css

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

 span { border-color: rgb(144,155,170); }

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