#889CBF

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

Shades of Rock Blue #889CBF

Tints of Rock Blue #889CBF

Color information

#889CBF (or 0x889CBF) is unknown color: approx Rock Blue. HEX triplet: 88, 9C and BF. RGB value is (136,156,191). Sum of RGB (Red+Green+Blue) = 136+156+191=483 (63% of max value = 765). Red value is 136 (53.52% from 255 or 28.16% from 483); Green value is 156 (61.33% from 255 or 32.30% from 483); Blue value is 191 (75% from 255 or 39.54% from 483); Max value from RGB is 191 - color contains mainly: blue. Hex color #889CBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #889CBF is #776340. Grayscale: #999999. Windows color (decimal): -7824193 or 12557448. OLE color: 12557448.

HSL color Cylindrical-coordinate representation of color #889CBF: hue angle of 218.18º degrees, saturation: 0.3, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #889CBF is Cyan = 0.29, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB136156191-
CMYK0.290.1800.25
HSL218.18º30.05%64.12%-
HSV(B)218.18º28.8%74.9%-
XYZ31.4532.7753.96-
YUV154.01148.87115.15-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 28.16%
GREEN value IS 156 (61.33% from 255) = 32.30%
BLUE value IS 191 (75% from 255) = 39.54%
R=28.16%
G=32.30%
B=39.54%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1361561910.290.1800.25218.1830.0564.12
Hex889CBF1D12019da1e40
Octal210234277352203133236100
Binary100010001001110010111111111011001001100111011010111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #889CBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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