Html Css Color HEX #909BAB Rock Blue

📋 copy color: '#909BAB'

red 144 ◦ green 155 ◦ blue 171

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

Shades of Rock Blue #909BAB

Tints of Rock Blue #909BAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 36.38%

R = 30.64%
G = 32.98%
B = 36.38%

CMYK

 C value IS 0.16

 M value IS 0.09

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#909BAB (or 0x909BAB) is known color: Rock Blue. HEX triplet: 90, 9B and AB. RGB value is (144,155,171). Sum of RGB (Red+Green+Blue) = 144+155+171=470 (62% of max value = 765). Red value is 144 (56.64% from 255 or 30.64% from 470); Green value is 155 (60.94% from 255 or 32.98% from 470); Blue value is 171 (67.19% from 255 or 36.38% from 470); Max value from RGB is 171 - color contains mainly: blue. Hex color #909BAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #909BAB is #6F6454. Grayscale: #999999. Windows color (decimal): -7300181 or 11246480. OLE color: 11246480.

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

Color convert

RGB 144 155 171 -
CMYK 0.16 0.09 0 0.33
HSL 215.56º 0.14% 0.62% -
HSV(B) 215.56º 0.16% 0.67% -
XYZ 30.57 32.31 43.15 -
YUV 153.54 137.86 121.2 -
System Red Green Blue C M Y K H S L
Decimal 144 155 171 0.16 0.09 0 0.33 215.56 0.14 0.62
Hex 90 9B AB 10 9 0 21 D8 E 3E
Octal 220 233 253 20 11 0 41 330 16 76
Binary 10010000 10011011 10101011 10000 1001 0 100001 11011000 1110 111110

Color Harmonies of #909BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #909BAB

Black with #909BAB

Text Example


Text Example

White with #909BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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