Html Css Color HEX #8E97BF Rock Blue

📋 copy color: '#8E97BF'

red 142 ◦ green 151 ◦ blue 191

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

Shades of Rock Blue #8E97BF

Tints of Rock Blue #8E97BF

RGB

 RED value IS 142 (55.86% from 255) = 29.34%

 GREEN value IS 151 (59.38% from 255) = 31.2%

 BLUE value IS 191 (75% from 255) = 39.46%

R = 29.34%
G = 31.2%
B = 39.46%

CMYK

 C value IS 0.26

 M value IS 0.21

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8E97BF (or 0x8E97BF) is known color: Rock Blue. HEX triplet: 8E, 97 and BF. RGB value is (142,151,191). Sum of RGB (Red+Green+Blue) = 142+151+191=484 (64% of max value = 765). Red value is 142 (55.86% from 255 or 29.34% from 484); Green value is 151 (59.38% from 255 or 31.20% from 484); Blue value is 191 (75% from 255 or 39.46% from 484); Max value from RGB is 191 - color contains mainly: blue. Hex color #8E97BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E97BF is #716840. Grayscale: #989898. Windows color (decimal): -7432257 or 12556174. OLE color: 12556174.

HSL color Cylindrical-coordinate representation of color #8E97BF: hue angle of 228.98º degrees, saturation: 0.28, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8E97BF is Cyan = 0.26, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 142 151 191 -
CMYK 0.26 0.21 0 0.25
HSL 228.98º 0.28% 0.65% -
HSV(B) 228.98º 0.26% 0.75% -
XYZ 31.63 31.65 53.73 -
YUV 152.87 149.52 120.25 -
System Red Green Blue C M Y K H S L
Decimal 142 151 191 0.26 0.21 0 0.25 228.98 0.28 0.65
Hex 8E 97 BF 1A 15 0 19 E5 1C 41
Octal 216 227 277 32 25 0 31 345 34 101
Binary 10001110 10010111 10111111 11010 10101 0 11001 11100101 11100 1000001

Color Harmonies of #8E97BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E97BF

Black with #8E97BF

Text Example


Text Example

White with #8E97BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8E97BF; }

 p { color: rgb(142,151,191); }

 H1.HeaderClassName
 {
   color: #8E97BF;
 }
 .AnyTagClassName
 {
   color: #8E97BF;
 }
</style>

background-color css

<style>
 a { background-color: #8E97BF; }

 a { background-color: rgb(142,151,191); }

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

border-color css

<style>
 span { border-color: #8E97BF; }

 span { border-color: rgb(142,151,191); }

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