#909BBF

Color #909BBF Rock Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rock Blue #909BBF

Tints of Rock Blue #909BBF

Color information

#909BBF (or 0x909BBF) is unknown color: approx Rock Blue. HEX triplet: 90, 9B and BF. RGB value is (144,155,191). Sum of RGB (Red+Green+Blue) = 144+155+191=490 (64% of max value = 765). Red value is 144 (56.64% from 255 or 29.39% from 490); Green value is 155 (60.94% from 255 or 31.63% from 490); Blue value is 191 (75% from 255 or 38.98% from 490); Max value from RGB is 191 - color contains mainly: blue. Hex color #909BBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #909BBF is #6F6440. Grayscale: #9B9B9B. Windows color (decimal): -7300161 or 12557200. OLE color: 12557200.

HSL color Cylindrical-coordinate representation of color #909BBF: hue angle of 225.96º degrees, saturation: 0.27, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #909BBF is Cyan = 0.25, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB144155191-
CMYK0.250.1900.25
HSL225.96º26.86%65.69%-
HSV(B)225.96º24.61%74.9%-
XYZ32.6333.1353.97-
YUV155.82147.86119.57-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 29.39%
GREEN value IS 155 (60.94% from 255) = 31.63%
BLUE value IS 191 (75% from 255) = 38.98%
R=29.39%
G=31.63%
B=38.98%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1441551910.250.1900.25225.9626.8665.69
Hex909BBF1913019e21b42
Octal220233277312303134233102
Binary100100001001101110111111110011001101100111100010110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #909BBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #909BBF;
 }
 .AnyTagClassName
 {
   color: #909BBF;
 }
</style>
background-color css

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

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

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

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

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

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