#869EB7

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

Shades of Rock Blue #869EB7

Tints of Rock Blue #869EB7

Color information

#869EB7 (or 0x869EB7) is unknown color: approx Rock Blue. HEX triplet: 86, 9E and B7. RGB value is (134,158,183). Sum of RGB (Red+Green+Blue) = 134+158+183=475 (62% of max value = 765). Red value is 134 (52.73% from 255 or 28.21% from 475); Green value is 158 (62.11% from 255 or 33.26% from 475); Blue value is 183 (71.88% from 255 or 38.53% from 475); Max value from RGB is 183 - color contains mainly: blue. Hex color #869EB7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #869EB7 is #796148. Grayscale: #999999. Windows color (decimal): -7954761 or 12033670. OLE color: 12033670.

HSL color Cylindrical-coordinate representation of color #869EB7: hue angle of 210.61º 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 #869EB7 is Cyan = 0.27, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB134158183-
CMYK0.270.1400.28
HSL210.61º25.39%62.16%-
HSV(B)210.61º26.78%71.76%-
XYZ30.6132.9449.54-
YUV153.67144.55113.97-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 28.21%
GREEN value IS 158 (62.11% from 255) = 33.26%
BLUE value IS 183 (71.88% from 255) = 38.53%
R=28.21%
G=33.26%
B=38.53%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1341581830.270.1400.28210.6125.3962.16
Hex869EB71BE01Cd3193e
Octal20623626733160343233176
Binary1000011010011110101101111101111100111001101001111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #869EB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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