Html Css Color HEX #8E98BE Rock Blue

📋 copy color: '#8E98BE'

red 142 ◦ green 152 ◦ blue 190

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

Shades of Rock Blue #8E98BE

Tints of Rock Blue #8E98BE

RGB

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

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

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

R = 29.34%
G = 31.4%
B = 39.26%

CMYK

 C value IS 0.25

 M value IS 0.2

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8E98BE (or 0x8E98BE) is known color: Rock Blue. HEX triplet: 8E, 98 and BE. RGB value is (142,152,190). Sum of RGB (Red+Green+Blue) = 142+152+190=484 (64% of max value = 765). Red value is 142 (55.86% from 255 or 29.34% from 484); Green value is 152 (59.77% from 255 or 31.40% from 484); Blue value is 190 (74.61% from 255 or 39.26% from 484); Max value from RGB is 190 - color contains mainly: blue. Hex color #8E98BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E98BE is #716741. Grayscale: #999999. Windows color (decimal): -7432002 or 12490894. OLE color: 12490894.

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

Color convert

RGB 142 152 190 -
CMYK 0.25 0.2 0 0.25
HSL 227.5º 0.27% 0.65% -
HSV(B) 227.5º 0.25% 0.75% -
XYZ 31.68 31.92 53.21 -
YUV 153.34 148.69 119.91 -
System Red Green Blue C M Y K H S L
Decimal 142 152 190 0.25 0.2 0 0.25 227.5 0.27 0.65
Hex 8E 98 BE 19 14 0 19 E4 1B 41
Octal 216 230 276 31 24 0 31 344 33 101
Binary 10001110 10011000 10111110 11001 10100 0 11001 11100100 11011 1000001

Color Harmonies of #8E98BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E98BE

Black with #8E98BE

Text Example


Text Example

White with #8E98BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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