Html Css Color HEX #8698BE Rock Blue

📋 copy color: '#8698BE'

red 134 ◦ green 152 ◦ blue 190

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

Shades of Rock Blue #8698BE

Tints of Rock Blue #8698BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 39.92%

R = 28.15%
G = 31.93%
B = 39.92%

CMYK

 C value IS 0.29

 M value IS 0.2

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8698BE (or 0x8698BE) is known color: Rock Blue. HEX triplet: 86, 98 and BE. RGB value is (134,152,190). Sum of RGB (Red+Green+Blue) = 134+152+190=476 (63% of max value = 765). Red value is 134 (52.73% from 255 or 28.15% from 476); Green value is 152 (59.77% from 255 or 31.93% from 476); Blue value is 190 (74.61% from 255 or 39.92% from 476); Max value from RGB is 190 - color contains mainly: blue. Hex color #8698BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8698BE is #796741. Grayscale: #969696. Windows color (decimal): -7956290 or 12490886. OLE color: 12490886.

HSL color Cylindrical-coordinate representation of color #8698BE: hue angle of 220.71º degrees, saturation: 0.3, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8698BE is Cyan = 0.29, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 134 152 190 -
CMYK 0.29 0.2 0 0.25
HSL 220.71º 0.3% 0.64% -
HSV(B) 220.71º 0.29% 0.75% -
XYZ 30.35 31.24 53.15 -
YUV 150.95 150.04 115.91 -
System Red Green Blue C M Y K H S L
Decimal 134 152 190 0.29 0.2 0 0.25 220.71 0.3 0.64
Hex 86 98 BE 1D 14 0 19 DD 1E 40
Octal 206 230 276 35 24 0 31 335 36 100
Binary 10000110 10011000 10111110 11101 10100 0 11001 11011101 11110 1000000

Color Harmonies of #8698BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8698BE

Black with #8698BE

Text Example


Text Example

White with #8698BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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