#909ABF

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

Shades of Rock Blue #909ABF

Tints of Rock Blue #909ABF

Color information

#909ABF (or 0x909ABF) is unknown color: approx Rock Blue. HEX triplet: 90, 9A and BF. RGB value is (144,154,191). Sum of RGB (Red+Green+Blue) = 144+154+191=489 (64% of max value = 765). Red value is 144 (56.64% from 255 or 29.45% from 489); Green value is 154 (60.55% from 255 or 31.49% from 489); Blue value is 191 (75% from 255 or 39.06% from 489); Max value from RGB is 191 - color contains mainly: blue. Hex color #909ABF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #909ABF is #6F6540. Grayscale: #9B9B9B. Windows color (decimal): -7300417 or 12556944. OLE color: 12556944.

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

Color convert

RGB144154191-
CMYK0.250.1900.25
HSL227.23º26.86%65.69%-
HSV(B)227.23º24.61%74.9%-
XYZ32.4632.853.91-
YUV155.23148.19119.99-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 29.45%
GREEN value IS 154 (60.55% from 255) = 31.49%
BLUE value IS 191 (75% from 255) = 39.06%
R=29.45%
G=31.49%
B=39.06%

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
Decimal1441541910.250.1900.25227.2326.8665.69
Hex909ABF1913019e31b42
Octal220232277312303134333102
Binary100100001001101010111111110011001101100111100011110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #909ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,154,191); }

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

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

 a { background-color: rgb(144,154,191); }

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

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

 span { border-color: rgb(144,154,191); }

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