#8698BD

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

Shades of Rock Blue #8698BD

Tints of Rock Blue #8698BD

Color information

#8698BD (or 0x8698BD) is unknown color: approx Rock Blue. HEX triplet: 86, 98 and BD. RGB value is (134,152,189). Sum of RGB (Red+Green+Blue) = 134+152+189=475 (62% of max value = 765). Red value is 134 (52.73% from 255 or 28.21% from 475); Green value is 152 (59.77% from 255 or 32% from 475); Blue value is 189 (74.22% from 255 or 39.79% from 475); Max value from RGB is 189 - color contains mainly: blue. Hex color #8698BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8698BD is #796742. Grayscale: #969696. Windows color (decimal): -7956291 or 12425350. OLE color: 12425350.

HSL color Cylindrical-coordinate representation of color #8698BD: hue angle of 220.36º degrees, saturation: 0.29, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8698BD is Cyan = 0.29, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB134152189-
CMYK0.290.2000.26
HSL220.36º29.41%63.33%-
HSV(B)220.36º29.1%74.12%-
XYZ30.2531.252.57-
YUV150.84149.54115.99-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 28.21%
GREEN value IS 152 (59.77% from 255) = 32%
BLUE value IS 189 (74.22% from 255) = 39.79%
R=28.21%
G=32%
B=39.79%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1341521890.290.2000.26220.3629.4163.33
Hex8698BD1D1401Adc1d3f
Octal20623027535240323343577
Binary10000110100110001011110111101101000110101101110011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8698BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8698BD; }

 p { color: rgb(134,152,189); }

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

<style>
 a { background-color: #8698BD; }

 a { background-color: rgb(134,152,189); }

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

<style>
 span { border-color: #8698BD; }

 span { border-color: rgb(134,152,189); }

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