#869EBE

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

Shades of Rock Blue #869EBE

Tints of Rock Blue #869EBE

Color information

#869EBE (or 0x869EBE) is unknown color: approx Rock Blue. HEX triplet: 86, 9E and BE. RGB value is (134,158,190). Sum of RGB (Red+Green+Blue) = 134+158+190=482 (63% of max value = 765). Red value is 134 (52.73% from 255 or 27.80% from 482); Green value is 158 (62.11% from 255 or 32.78% from 482); Blue value is 190 (74.61% from 255 or 39.42% from 482); Max value from RGB is 190 - color contains mainly: blue. Hex color #869EBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #869EBE is #796141. Grayscale: #9A9A9A. Windows color (decimal): -7954754 or 12492422. OLE color: 12492422.

HSL color Cylindrical-coordinate representation of color #869EBE: hue angle of 214.29º 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 #869EBE is Cyan = 0.29, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB134158190-
CMYK0.290.1700.25
HSL214.29º30.11%63.53%-
HSV(B)214.29º29.47%74.51%-
XYZ31.3533.2453.48-
YUV154.47148.05113.4-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 27.80%
GREEN value IS 158 (62.11% from 255) = 32.78%
BLUE value IS 190 (74.61% from 255) = 39.42%
R=27.80%
G=32.78%
B=39.42%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1341581900.290.1700.25214.2930.1163.53
Hex869EBE1D11019d61e40
Octal206236276352103132636100
Binary100001101001111010111110111011000101100111010110111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #869EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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