#909BC1

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

Shades of Rock Blue #909BC1

Tints of Rock Blue #909BC1

Color information

#909BC1 (or 0x909BC1) is unknown color: approx Rock Blue. HEX triplet: 90, 9B and C1. RGB value is (144,155,193). Sum of RGB (Red+Green+Blue) = 144+155+193=492 (65% of max value = 765). Red value is 144 (56.64% from 255 or 29.27% from 492); Green value is 155 (60.94% from 255 or 31.50% from 492); Blue value is 193 (75.78% from 255 or 39.23% from 492); Max value from RGB is 193 - color contains mainly: blue. Hex color #909BC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #909BC1 is #6F643E. Grayscale: #9B9B9B. Windows color (decimal): -7300159 or 12688272. OLE color: 12688272.

HSL color Cylindrical-coordinate representation of color #909BC1: hue angle of 226.53º degrees, saturation: 0.28, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #909BC1 is Cyan = 0.25, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB144155193-
CMYK0.250.2000.24
HSL226.53º28.32%66.08%-
HSV(B)226.53º25.39%75.69%-
XYZ32.8533.2255.13-
YUV156.04148.86119.41-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 29.27%
GREEN value IS 155 (60.94% from 255) = 31.50%
BLUE value IS 193 (75.78% from 255) = 39.23%
R=29.27%
G=31.50%
B=39.23%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1441551930.250.2000.24226.5328.3266.08
Hex909BC11914018e31c42
Octal220233301312403034334102
Binary100100001001101111000001110011010001100011100011111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #909BC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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