#909EC1

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

Shades of Rock Blue #909EC1

Tints of Rock Blue #909EC1

Color information

#909EC1 (or 0x909EC1) is unknown color: approx Rock Blue. HEX triplet: 90, 9E and C1. RGB value is (144,158,193). Sum of RGB (Red+Green+Blue) = 144+158+193=495 (65% of max value = 765). Red value is 144 (56.64% from 255 or 29.09% from 495); Green value is 158 (62.11% from 255 or 31.92% from 495); Blue value is 193 (75.78% from 255 or 38.99% from 495); Max value from RGB is 193 - color contains mainly: blue. Hex color #909EC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #909EC1 is #6F613E. Grayscale: #9D9D9D. Windows color (decimal): -7299391 or 12689040. OLE color: 12689040.

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

Color convert

RGB144158193-
CMYK0.250.1800.24
HSL222.86º28.32%66.08%-
HSV(B)222.86º25.39%75.69%-
XYZ33.3534.2355.3-
YUV157.8147.86118.15-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 29.09%
GREEN value IS 158 (62.11% from 255) = 31.92%
BLUE value IS 193 (75.78% from 255) = 38.99%
R=29.09%
G=31.92%
B=38.99%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1441581930.250.1800.24222.8628.3266.08
Hex909EC11912018df1c42
Octal220236301312203033734102
Binary100100001001111011000001110011001001100011011111111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #909EC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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