#869BBC

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

Shades of Rock Blue #869BBC

Tints of Rock Blue #869BBC

Color information

#869BBC (or 0x869BBC) is unknown color: approx Rock Blue. HEX triplet: 86, 9B and BC. RGB value is (134,155,188). Sum of RGB (Red+Green+Blue) = 134+155+188=477 (63% of max value = 765). Red value is 134 (52.73% from 255 or 28.09% from 477); Green value is 155 (60.94% from 255 or 32.49% from 477); Blue value is 188 (73.83% from 255 or 39.41% from 477); Max value from RGB is 188 - color contains mainly: blue. Hex color #869BBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #869BBC is #796443. Grayscale: #989898. Windows color (decimal): -7955524 or 12360582. OLE color: 12360582.

HSL color Cylindrical-coordinate representation of color #869BBC: hue angle of 216.67º degrees, saturation: 0.29, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #869BBC is Cyan = 0.29, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB134155188-
CMYK0.290.1800.26
HSL216.67º28.72%63.14%-
HSV(B)216.67º28.72%73.73%-
XYZ30.6332.1452.17-
YUV152.48148.04114.82-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 28.09%
GREEN value IS 155 (60.94% from 255) = 32.49%
BLUE value IS 188 (73.83% from 255) = 39.41%
R=28.09%
G=32.49%
B=39.41%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1341551880.290.1800.26216.6728.7263.14
Hex869BBC1D1201Ad91d3f
Octal20623327435220323313577
Binary10000110100110111011110011101100100110101101100111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #869BBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,155,188); }

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

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

 a { background-color: rgb(134,155,188); }

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

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

 span { border-color: rgb(134,155,188); }

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