Html Css Color HEX #909FBB Rock Blue

📋 copy color: '#909FBB'

red 144 ◦ green 159 ◦ blue 187

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

Shades of Rock Blue #909FBB

Tints of Rock Blue #909FBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 38.16%

R = 29.39%
G = 32.45%
B = 38.16%

CMYK

 C value IS 0.23

 M value IS 0.15

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#909FBB (or 0x909FBB) is known color: Rock Blue. HEX triplet: 90, 9F and BB. RGB value is (144,159,187). Sum of RGB (Red+Green+Blue) = 144+159+187=490 (64% of max value = 765). Red value is 144 (56.64% from 255 or 29.39% from 490); Green value is 159 (62.5% from 255 or 32.45% from 490); Blue value is 187 (73.44% from 255 or 38.16% from 490); Max value from RGB is 187 - color contains mainly: blue. Hex color #909FBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #909FBB is #6F6044. Grayscale: #9D9D9D. Windows color (decimal): -7299141 or 12296080. OLE color: 12296080.

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

Color convert

RGB 144 159 187 -
CMYK 0.23 0.15 0 0.27
HSL 219.07º 0.24% 0.65% -
HSV(B) 219.07º 0.23% 0.73% -
XYZ 32.87 34.31 51.9 -
YUV 157.71 144.53 118.22 -
System Red Green Blue C M Y K H S L
Decimal 144 159 187 0.23 0.15 0 0.27 219.07 0.24 0.65
Hex 90 9F BB 17 F 0 1B DB 18 41
Octal 220 237 273 27 17 0 33 333 30 101
Binary 10010000 10011111 10111011 10111 1111 0 11011 11011011 11000 1000001

Color Harmonies of #909FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #909FBB

Black with #909FBB

Text Example


Text Example

White with #909FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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