Html Css Color HEX #909BBD Rock Blue

📋 copy color: '#909BBD'

red 144 ◦ green 155 ◦ blue 189

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

Shades of Rock Blue #909BBD

Tints of Rock Blue #909BBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 38.73%

R = 29.51%
G = 31.76%
B = 38.73%

CMYK

 C value IS 0.24

 M value IS 0.18

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#909BBD (or 0x909BBD) is known color: Rock Blue. HEX triplet: 90, 9B and BD. RGB value is (144,155,189). Sum of RGB (Red+Green+Blue) = 144+155+189=488 (64% of max value = 765). Red value is 144 (56.64% from 255 or 29.51% from 488); Green value is 155 (60.94% from 255 or 31.76% from 488); Blue value is 189 (74.22% from 255 or 38.73% from 488); Max value from RGB is 189 - color contains mainly: blue. Hex color #909BBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #909BBD is #6F6442. Grayscale: #9B9B9B. Windows color (decimal): -7300163 or 12426128. OLE color: 12426128.

HSL color Cylindrical-coordinate representation of color #909BBD: hue angle of 225.33º degrees, saturation: 0.25, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #909BBD is Cyan = 0.24, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 144 155 189 -
CMYK 0.24 0.18 0 0.26
HSL 225.33º 0.25% 0.65% -
HSV(B) 225.33º 0.24% 0.74% -
XYZ 32.41 33.05 52.81 -
YUV 155.59 146.86 119.74 -
System Red Green Blue C M Y K H S L
Decimal 144 155 189 0.24 0.18 0 0.26 225.33 0.25 0.65
Hex 90 9B BD 18 12 0 1A E1 19 41
Octal 220 233 275 30 22 0 32 341 31 101
Binary 10010000 10011011 10111101 11000 10010 0 11010 11100001 11001 1000001

Color Harmonies of #909BBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #909BBD

Black with #909BBD

Text Example


Text Example

White with #909BBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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