#909CBF

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

Shades of Rock Blue #909CBF

Tints of Rock Blue #909CBF

Color information

#909CBF (or 0x909CBF) is unknown color: approx Rock Blue. HEX triplet: 90, 9C and BF. RGB value is (144,156,191). Sum of RGB (Red+Green+Blue) = 144+156+191=491 (65% of max value = 765). Red value is 144 (56.64% from 255 or 29.33% from 491); Green value is 156 (61.33% from 255 or 31.77% from 491); Blue value is 191 (75% from 255 or 38.90% from 491); Max value from RGB is 191 - color contains mainly: blue. Hex color #909CBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #909CBF is #6F6340. Grayscale: #9C9C9C. Windows color (decimal): -7299905 or 12557456. OLE color: 12557456.

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

Color convert

RGB144156191-
CMYK0.250.1800.25
HSL224.68º26.86%65.69%-
HSV(B)224.68º24.61%74.9%-
XYZ32.7933.4754.02-
YUV156.4147.52119.15-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 29.33%
GREEN value IS 156 (61.33% from 255) = 31.77%
BLUE value IS 191 (75% from 255) = 38.90%
R=29.33%
G=31.77%
B=38.90%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1441561910.250.1800.25224.6826.8665.69
Hex909CBF1912019e11b42
Octal220234277312203134133102
Binary100100001001110010111111110011001001100111100001110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #909CBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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