#8696AF

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

Shades of Rock Blue #8696AF

Tints of Rock Blue #8696AF

Color information

#8696AF (or 0x8696AF) is unknown color: approx Rock Blue. HEX triplet: 86, 96 and AF. RGB value is (134,150,175). Sum of RGB (Red+Green+Blue) = 134+150+175=459 (60% of max value = 765). Red value is 134 (52.73% from 255 or 29.19% from 459); Green value is 150 (58.98% from 255 or 32.68% from 459); Blue value is 175 (68.75% from 255 or 38.13% from 459); Max value from RGB is 175 - color contains mainly: blue. Hex color #8696AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8696AF is #796950. Grayscale: #939393. Windows color (decimal): -7956817 or 11507334. OLE color: 11507334.

HSL color Cylindrical-coordinate representation of color #8696AF: hue angle of 216.59º degrees, saturation: 0.2, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #8696AF is Cyan = 0.23, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB134150175-
CMYK0.230.1400.31
HSL216.59º20.4%60.59%-
HSV(B)216.59º23.43%68.63%-
XYZ28.4829.9844.84-
YUV148.07143.2117.97-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 29.19%
GREEN value IS 150 (58.98% from 255) = 32.68%
BLUE value IS 175 (68.75% from 255) = 38.13%
R=29.19%
G=32.68%
B=38.13%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1341501750.230.1400.31216.5920.460.59
Hex8696AF17E01Fd9143d
Octal20622625727160373312475
Binary1000011010010110101011111011111100111111101100110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8696AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8696AF; }

 p { color: rgb(134,150,175); }

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

<style>
 a { background-color: #8696AF; }

 a { background-color: rgb(134,150,175); }

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

<style>
 span { border-color: #8696AF; }

 span { border-color: rgb(134,150,175); }

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