#909DBA

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

Shades of Rock Blue #909DBA

Tints of Rock Blue #909DBA

Color information

#909DBA (or 0x909DBA) is unknown color: approx Rock Blue. HEX triplet: 90, 9D and BA. RGB value is (144,157,186). Sum of RGB (Red+Green+Blue) = 144+157+186=487 (64% of max value = 765). Red value is 144 (56.64% from 255 or 29.57% from 487); Green value is 157 (61.72% from 255 or 32.24% from 487); Blue value is 186 (73.05% from 255 or 38.19% from 487); Max value from RGB is 186 - color contains mainly: blue. Hex color #909DBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #909DBA is #6F6245. Grayscale: #9C9C9C. Windows color (decimal): -7299654 or 12230032. OLE color: 12230032.

HSL color Cylindrical-coordinate representation of color #909DBA: hue angle of 221.43º 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 #909DBA is Cyan = 0.23, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB144157186-
CMYK0.230.1600.27
HSL221.43º23.33%64.71%-
HSV(B)221.43º22.58%72.94%-
XYZ32.4233.5951.23-
YUV156.42144.69119.14-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 29.57%
GREEN value IS 157 (61.72% from 255) = 32.24%
BLUE value IS 186 (73.05% from 255) = 38.19%
R=29.57%
G=32.24%
B=38.19%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1441571860.230.1600.27221.4323.3364.71
Hex909DBA171001Bdd1741
Octal220235272272003333527101
Binary100100001001110110111010101111000001101111011101101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #909DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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