Html Css Color HEX #8E98BF Rock Blue

📋 copy color: '#8E98BF'

red 142 ◦ green 152 ◦ blue 191

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

Shades of Rock Blue #8E98BF

Tints of Rock Blue #8E98BF

RGB

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

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

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

R = 29.28%
G = 31.34%
B = 39.38%

CMYK

 C value IS 0.26

 M value IS 0.20

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8E98BF (or 0x8E98BF) is known color: Rock Blue. HEX triplet: 8E, 98 and BF. RGB value is (142,152,191). Sum of RGB (Red+Green+Blue) = 142+152+191=485 (64% of max value = 765). Red value is 142 (55.86% from 255 or 29.28% from 485); Green value is 152 (59.77% from 255 or 31.34% from 485); Blue value is 191 (75% from 255 or 39.38% from 485); Max value from RGB is 191 - color contains mainly: blue. Hex color #8E98BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E98BF is #716740. Grayscale: #999999. Windows color (decimal): -7432001 or 12556430. OLE color: 12556430.

HSL color Cylindrical-coordinate representation of color #8E98BF: hue angle of 227.76º 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 #8E98BF is Cyan = 0.26, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 142 152 191 -
CMYK 0.26 0.20 0 0.25
HSL 227.76º 0.28% 0.65% -
HSV(B) 227.76º 0.26% 0.75% -
XYZ 31.79 31.97 53.79 -
YUV 153.46 149.19 119.83 -
System Red Green Blue C M Y K H S L
Decimal 142 152 191 0.26 0.20 0 0.25 227.76 0.28 0.65
Hex 8E 98 BF 1A 14 0 19 E4 1C 41
Octal 216 230 277 32 24 0 31 344 34 101
Binary 10001110 10011000 10111111 11010 10100 0 11001 11100100 11100 1000001

Color Harmonies of #8E98BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E98BF

Black with #8E98BF

Text Example


Text Example

White with #8E98BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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