Html Css Color HEX #8696AF Rock Blue

📋 copy color: '#8696AF'

red 134 ◦ green 150 ◦ blue 175

#8696AF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rock Blue #8696AF

Tints of Rock Blue #8696AF

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 value IS 0.23

 M value IS 0.14

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#8696AF (or 0x8696AF) is known color: 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

RGB 134 150 175 -
CMYK 0.23 0.14 0 0.31
HSL 216.59º 0.2% 0.61% -
HSV(B) 216.59º 0.23% 0.69% -
XYZ 28.48 29.98 44.84 -
YUV 148.07 143.2 117.97 -
System Red Green Blue C M Y K H S L
Decimal 134 150 175 0.23 0.14 0 0.31 216.59 0.2 0.61
Hex 86 96 AF 17 E 0 1F D9 14 3D
Octal 206 226 257 27 16 0 37 331 24 75
Binary 10000110 10010110 10101111 10111 1110 0 11111 11011001 10100 111101

Color Harmonies of #8696AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8696AF

Black with #8696AF

Text Example


Text Example

White with #8696AF

Text Example


Text Example

HTML Codes & Css Web 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>