#909CBA

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

Shades of Rock Blue #909CBA

Tints of Rock Blue #909CBA

Color information

#909CBA (or 0x909CBA) is unknown color: approx Rock Blue. HEX triplet: 90, 9C and BA. RGB value is (144,156,186). Sum of RGB (Red+Green+Blue) = 144+156+186=486 (64% of max value = 765). Red value is 144 (56.64% from 255 or 29.63% from 486); Green value is 156 (61.33% from 255 or 32.10% from 486); Blue value is 186 (73.05% from 255 or 38.27% from 486); Max value from RGB is 186 - color contains mainly: blue. Hex color #909CBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #909CBA is #6F6345. Grayscale: #9B9B9B. Windows color (decimal): -7299910 or 12229776. OLE color: 12229776.

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

Color convert

RGB144156186-
CMYK0.230.1600.27
HSL222.86º23.33%64.71%-
HSV(B)222.86º22.58%72.94%-
XYZ32.2533.2551.17-
YUV155.83145.02119.56-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 29.63%
GREEN value IS 156 (61.33% from 255) = 32.10%
BLUE value IS 186 (73.05% from 255) = 38.27%
R=29.63%
G=32.10%
B=38.27%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1441561860.230.1600.27222.8623.3364.71
Hex909CBA171001Bdf1741
Octal220234272272003333727101
Binary100100001001110010111010101111000001101111011111101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #909CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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