#909BC0

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

Shades of Rock Blue #909BC0

Tints of Rock Blue #909BC0

Color information

#909BC0 (or 0x909BC0) is unknown color: approx Rock Blue. HEX triplet: 90, 9B and C0. RGB value is (144,155,192). Sum of RGB (Red+Green+Blue) = 144+155+192=491 (65% of max value = 765). Red value is 144 (56.64% from 255 or 29.33% from 491); Green value is 155 (60.94% from 255 or 31.57% from 491); Blue value is 192 (75.39% from 255 or 39.10% from 491); Max value from RGB is 192 - color contains mainly: blue. Hex color #909BC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #909BC0 is #6F643F. Grayscale: #9B9B9B. Windows color (decimal): -7300160 or 12622736. OLE color: 12622736.

HSL color Cylindrical-coordinate representation of color #909BC0: hue angle of 226.25º degrees, saturation: 0.28, 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 #909BC0 is Cyan = 0.25, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB144155192-
CMYK0.250.1900.25
HSL226.25º27.59%65.88%-
HSV(B)226.25º25%75.29%-
XYZ32.7433.1854.55-
YUV155.93148.36119.49-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 29.33%
GREEN value IS 155 (60.94% from 255) = 31.57%
BLUE value IS 192 (75.39% from 255) = 39.10%
R=29.33%
G=31.57%
B=39.10%

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
Decimal1441551920.250.1900.25226.2527.5965.88
Hex909BC01913019e21c42
Octal220233300312303134234102
Binary100100001001101111000000110011001101100111100010111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #909BC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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