#909CBE

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

Shades of Rock Blue #909CBE

Tints of Rock Blue #909CBE

Color information

#909CBE (or 0x909CBE) is unknown color: approx Rock Blue. HEX triplet: 90, 9C and BE. RGB value is (144,156,190). Sum of RGB (Red+Green+Blue) = 144+156+190=490 (64% of max value = 765). Red value is 144 (56.64% from 255 or 29.39% from 490); Green value is 156 (61.33% from 255 or 31.84% from 490); Blue value is 190 (74.61% from 255 or 38.78% from 490); Max value from RGB is 190 - color contains mainly: blue. Hex color #909CBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #909CBE is #6F6341. Grayscale: #9C9C9C. Windows color (decimal): -7299906 or 12491920. OLE color: 12491920.

HSL color Cylindrical-coordinate representation of color #909CBE: hue angle of 224.35º degrees, saturation: 0.26, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #909CBE is Cyan = 0.24, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB144156190-
CMYK0.240.1800.25
HSL224.35º26.14%65.49%-
HSV(B)224.35º24.21%74.51%-
XYZ32.6833.4253.44-
YUV156.29147.02119.24-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 29.39%
GREEN value IS 156 (61.33% from 255) = 31.84%
BLUE value IS 190 (74.61% from 255) = 38.78%
R=29.39%
G=31.84%
B=38.78%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1441561900.240.1800.25224.3526.1465.49
Hex909CBE1812019e01a41
Octal220234276302203134032101
Binary100100001001110010111110110001001001100111100000110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #909CBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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