#909BBA

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

Shades of Rock Blue #909BBA

Tints of Rock Blue #909BBA

Color information

#909BBA (or 0x909BBA) is unknown color: approx Rock Blue. HEX triplet: 90, 9B and BA. RGB value is (144,155,186). Sum of RGB (Red+Green+Blue) = 144+155+186=485 (64% of max value = 765). Red value is 144 (56.64% from 255 or 29.69% from 485); Green value is 155 (60.94% from 255 or 31.96% from 485); Blue value is 186 (73.05% from 255 or 38.35% from 485); Max value from RGB is 186 - color contains mainly: blue. Hex color #909BBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #909BBA is #6F6445. Grayscale: #9B9B9B. Windows color (decimal): -7300166 or 12229520. OLE color: 12229520.

HSL color Cylindrical-coordinate representation of color #909BBA: hue angle of 224.29º degrees, saturation: 0.23, 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 #909BBA is Cyan = 0.23, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB144155186-
CMYK0.230.1700.27
HSL224.29º23.33%64.71%-
HSV(B)224.29º22.58%72.94%-
XYZ32.0932.9251.12-
YUV155.24145.36119.98-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 29.69%
GREEN value IS 155 (60.94% from 255) = 31.96%
BLUE value IS 186 (73.05% from 255) = 38.35%
R=29.69%
G=31.96%
B=38.35%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1441551860.230.1700.27224.2923.3364.71
Hex909BBA171101Be01741
Octal220233272272103334027101
Binary100100001001101110111010101111000101101111100000101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #909BBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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