#909FBA

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

Shades of Rock Blue #909FBA

Tints of Rock Blue #909FBA

Color information

#909FBA (or 0x909FBA) is unknown color: approx Rock Blue. HEX triplet: 90, 9F and BA. RGB value is (144,159,186). Sum of RGB (Red+Green+Blue) = 144+159+186=489 (64% of max value = 765). Red value is 144 (56.64% from 255 or 29.45% from 489); Green value is 159 (62.5% from 255 or 32.52% from 489); Blue value is 186 (73.05% from 255 or 38.04% from 489); Max value from RGB is 186 - color contains mainly: blue. Hex color #909FBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #909FBA is #6F6045. Grayscale: #9D9D9D. Windows color (decimal): -7299142 or 12230544. OLE color: 12230544.

HSL color Cylindrical-coordinate representation of color #909FBA: hue angle of 218.57º degrees, saturation: 0.23, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #909FBA is Cyan = 0.23, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB144159186-
CMYK0.230.1500.27
HSL218.57º23.33%64.71%-
HSV(B)218.57º22.58%72.94%-
XYZ32.7634.2751.34-
YUV157.59144.03118.3-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 29.45%
GREEN value IS 159 (62.5% from 255) = 32.52%
BLUE value IS 186 (73.05% from 255) = 38.04%
R=29.45%
G=32.52%
B=38.04%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1441591860.230.1500.27218.5723.3364.71
Hex909FBA17F01Bdb1741
Octal220237272271703333327101
Binary10010000100111111011101010111111101101111011011101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #909FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,159,186); }

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

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

 a { background-color: rgb(144,159,186); }

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

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

 span { border-color: rgb(144,159,186); }

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