Html Css Color HEX #8698BA Rock Blue

📋 copy color: '#8698BA'

red 134 ◦ green 152 ◦ blue 186

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

Shades of Rock Blue #8698BA

Tints of Rock Blue #8698BA

RGB

 RED value IS 134 (52.73% from 255) = 28.39%

 GREEN value IS 152 (59.77% from 255) = 32.2%

 BLUE value IS 186 (73.05% from 255) = 39.41%

R = 28.39%
G = 32.2%
B = 39.41%

CMYK

 C value IS 0.28

 M value IS 0.18

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8698BA (or 0x8698BA) is known color: Rock Blue. HEX triplet: 86, 98 and BA. RGB value is (134,152,186). Sum of RGB (Red+Green+Blue) = 134+152+186=472 (62% of max value = 765). Red value is 134 (52.73% from 255 or 28.39% from 472); Green value is 152 (59.77% from 255 or 32.20% from 472); Blue value is 186 (73.05% from 255 or 39.41% from 472); Max value from RGB is 186 - color contains mainly: blue. Hex color #8698BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8698BA is #796745. Grayscale: #969696. Windows color (decimal): -7956294 or 12228742. OLE color: 12228742.

HSL color Cylindrical-coordinate representation of color #8698BA: hue angle of 219.23º degrees, saturation: 0.27, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8698BA is Cyan = 0.28, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 134 152 186 -
CMYK 0.28 0.18 0 0.27
HSL 219.23º 0.27% 0.63% -
HSV(B) 219.23º 0.28% 0.73% -
XYZ 29.92 31.07 50.87 -
YUV 150.49 148.04 116.24 -
System Red Green Blue C M Y K H S L
Decimal 134 152 186 0.28 0.18 0 0.27 219.23 0.27 0.63
Hex 86 98 BA 1C 12 0 1B DB 1B 3F
Octal 206 230 272 34 22 0 33 333 33 77
Binary 10000110 10011000 10111010 11100 10010 0 11011 11011011 11011 111111

Color Harmonies of #8698BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8698BA

Black with #8698BA

Text Example


Text Example

White with #8698BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #8698BA;
 }
 .AnyTagClassName
 {
   color: #8698BA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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