Html Css Color HEX #909FBD Rock Blue

📋 copy color: '#909FBD'

red 144 ◦ green 159 ◦ blue 189

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

Shades of Rock Blue #909FBD

Tints of Rock Blue #909FBD

RGB

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

 GREEN value IS 159 (62.5% from 255) = 32.32%

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

R = 29.27%
G = 32.32%
B = 38.41%

CMYK

 C value IS 0.24

 M value IS 0.16

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#909FBD (or 0x909FBD) is known color: Rock Blue. HEX triplet: 90, 9F and BD. RGB value is (144,159,189). Sum of RGB (Red+Green+Blue) = 144+159+189=492 (65% of max value = 765). Red value is 144 (56.64% from 255 or 29.27% from 492); Green value is 159 (62.5% from 255 or 32.32% from 492); Blue value is 189 (74.22% from 255 or 38.41% from 492); Max value from RGB is 189 - color contains mainly: blue. Hex color #909FBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #909FBD is #6F6042. Grayscale: #9D9D9D. Windows color (decimal): -7299139 or 12427152. OLE color: 12427152.

HSL color Cylindrical-coordinate representation of color #909FBD: hue angle of 220º 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 #909FBD is Cyan = 0.24, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 144 159 189 -
CMYK 0.24 0.16 0 0.26
HSL 220º 0.25% 0.65% -
HSV(B) 220º 0.24% 0.74% -
XYZ 33.09 34.4 53.04 -
YUV 157.94 145.53 118.06 -
System Red Green Blue C M Y K H S L
Decimal 144 159 189 0.24 0.16 0 0.26 220 0.25 0.65
Hex 90 9F BD 18 10 0 1A DC 19 41
Octal 220 237 275 30 20 0 32 334 31 101
Binary 10010000 10011111 10111101 11000 10000 0 11010 11011100 11001 1000001

Color Harmonies of #909FBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #909FBD

Black with #909FBD

Text Example


Text Example

White with #909FBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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