Html Css Color HEX #909CB9 Rock Blue

📋 copy color: '#909CB9'

red 144 ◦ green 156 ◦ blue 185

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

Shades of Rock Blue #909CB9

Tints of Rock Blue #909CB9

RGB

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

 GREEN value IS 156 (61.33% from 255) = 32.16%

 BLUE value IS 185 (72.66% from 255) = 38.14%

R = 29.69%
G = 32.16%
B = 38.14%

CMYK

 C value IS 0.22

 M value IS 0.16

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#909CB9 (or 0x909CB9) is known color: Rock Blue. HEX triplet: 90, 9C and B9. RGB value is (144,156,185). Sum of RGB (Red+Green+Blue) = 144+156+185=485 (64% of max value = 765). Red value is 144 (56.64% from 255 or 29.69% from 485); Green value is 156 (61.33% from 255 or 32.16% from 485); Blue value is 185 (72.66% from 255 or 38.14% from 485); Max value from RGB is 185 - color contains mainly: blue. Hex color #909CB9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #909CB9 is #6F6346. Grayscale: #9B9B9B. Windows color (decimal): -7299911 or 12164240. OLE color: 12164240.

HSL color Cylindrical-coordinate representation of color #909CB9: hue angle of 222.44º degrees, saturation: 0.23, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #909CB9 is Cyan = 0.22, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 144 156 185 -
CMYK 0.22 0.16 0 0.27
HSL 222.44º 0.23% 0.65% -
HSV(B) 222.44º 0.22% 0.73% -
XYZ 32.15 33.21 50.61 -
YUV 155.72 144.52 119.64 -
System Red Green Blue C M Y K H S L
Decimal 144 156 185 0.22 0.16 0 0.27 222.44 0.23 0.65
Hex 90 9C B9 16 10 0 1B DE 17 41
Octal 220 234 271 26 20 0 33 336 27 101
Binary 10010000 10011100 10111001 10110 10000 0 11011 11011110 10111 1000001

Color Harmonies of #909CB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #909CB9

Black with #909CB9

Text Example


Text Example

White with #909CB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,156,185); }

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

background-color css

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

 a { background-color: rgb(144,156,185); }

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

border-color css

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

 span { border-color: rgb(144,156,185); }

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