#869CBB

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

Shades of Rock Blue #869CBB

Tints of Rock Blue #869CBB

Color information

#869CBB (or 0x869CBB) is unknown color: approx Rock Blue. HEX triplet: 86, 9C and BB. RGB value is (134,156,187). Sum of RGB (Red+Green+Blue) = 134+156+187=477 (63% of max value = 765). Red value is 134 (52.73% from 255 or 28.09% from 477); Green value is 156 (61.33% from 255 or 32.70% from 477); Blue value is 187 (73.44% from 255 or 39.20% from 477); Max value from RGB is 187 - color contains mainly: blue. Hex color #869CBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #869CBB is #796344. Grayscale: #989898. Windows color (decimal): -7955269 or 12295302. OLE color: 12295302.

HSL color Cylindrical-coordinate representation of color #869CBB: hue angle of 215.09º degrees, saturation: 0.28, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #869CBB is Cyan = 0.28, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB134156187-
CMYK0.280.1700.27
HSL215.09º28.04%62.94%-
HSV(B)215.09º28.34%73.33%-
XYZ30.6932.4351.66-
YUV152.96147.21114.48-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 28.09%
GREEN value IS 156 (61.33% from 255) = 32.70%
BLUE value IS 187 (73.44% from 255) = 39.20%
R=28.09%
G=32.70%
B=39.20%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1341561870.280.1700.27215.0928.0462.94
Hex869CBB1C1101Bd71c3f
Octal20623427334210333273477
Binary10000110100111001011101111100100010110111101011111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #869CBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #869CBB; }

 p { color: rgb(134,156,187); }

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

<style>
 a { background-color: #869CBB; }

 a { background-color: rgb(134,156,187); }

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

<style>
 span { border-color: #869CBB; }

 span { border-color: rgb(134,156,187); }

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