#8699BF

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

Shades of Rock Blue #8699BF

Tints of Rock Blue #8699BF

Color information

#8699BF (or 0x8699BF) is unknown color: approx Rock Blue. HEX triplet: 86, 99 and BF. RGB value is (134,153,191). Sum of RGB (Red+Green+Blue) = 134+153+191=478 (63% of max value = 765). Red value is 134 (52.73% from 255 or 28.03% from 478); Green value is 153 (60.16% from 255 or 32.01% from 478); Blue value is 191 (75% from 255 or 39.96% from 478); Max value from RGB is 191 - color contains mainly: blue. Hex color #8699BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8699BF is #796640. Grayscale: #979797. Windows color (decimal): -7956033 or 12556678. OLE color: 12556678.

HSL color Cylindrical-coordinate representation of color #8699BF: hue angle of 220º degrees, saturation: 0.31, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8699BF is Cyan = 0.30, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB134153191-
CMYK0.300.2000.25
HSL220º30.81%63.73%-
HSV(B)220º29.84%74.9%-
XYZ30.6331.6153.78-
YUV151.65150.21115.41-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 28.03%
GREEN value IS 153 (60.16% from 255) = 32.01%
BLUE value IS 191 (75% from 255) = 39.96%
R=28.03%
G=32.01%
B=39.96%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1341531910.300.2000.2522030.8163.73
Hex8699BF1E14019dc1f40
Octal206231277362403133437100
Binary100001101001100110111111111101010001100111011100111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8699BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8699BF; }

 p { color: rgb(134,153,191); }

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

<style>
 a { background-color: #8699BF; }

 a { background-color: rgb(134,153,191); }

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

<style>
 span { border-color: #8699BF; }

 span { border-color: rgb(134,153,191); }

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