#869CB7

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

Shades of Rock Blue #869CB7

Tints of Rock Blue #869CB7

Color information

#869CB7 (or 0x869CB7) is unknown color: approx Rock Blue. HEX triplet: 86, 9C and B7. RGB value is (134,156,183). Sum of RGB (Red+Green+Blue) = 134+156+183=473 (62% of max value = 765). Red value is 134 (52.73% from 255 or 28.33% from 473); Green value is 156 (61.33% from 255 or 32.98% from 473); Blue value is 183 (71.88% from 255 or 38.69% from 473); Max value from RGB is 183 - color contains mainly: blue. Hex color #869CB7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #869CB7 is #796348. Grayscale: #989898. Windows color (decimal): -7955273 or 12033158. OLE color: 12033158.

HSL color Cylindrical-coordinate representation of color #869CB7: hue angle of 213.06º degrees, saturation: 0.25, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #869CB7 is Cyan = 0.27, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB134156183-
CMYK0.270.1500.28
HSL213.06º25.39%62.16%-
HSV(B)213.06º26.78%71.76%-
XYZ30.2732.2649.43-
YUV152.5145.21114.8-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 28.33%
GREEN value IS 156 (61.33% from 255) = 32.98%
BLUE value IS 183 (71.88% from 255) = 38.69%
R=28.33%
G=32.98%
B=38.69%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1341561830.270.1500.28213.0625.3962.16
Hex869CB71BF01Cd5193e
Octal20623426733170343253176
Binary1000011010011100101101111101111110111001101010111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #869CB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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