Html Css Color HEX #8E99BE Rock Blue

📋 copy color: '#8E99BE'

red 142 ◦ green 153 ◦ blue 190

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

Shades of Rock Blue #8E99BE

Tints of Rock Blue #8E99BE

RGB

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

 GREEN value IS 153 (60.16% from 255) = 31.55%

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

R = 29.28%
G = 31.55%
B = 39.18%

CMYK

 C value IS 0.25

 M value IS 0.19

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8E99BE (or 0x8E99BE) is known color: Rock Blue. HEX triplet: 8E, 99 and BE. RGB value is (142,153,190). Sum of RGB (Red+Green+Blue) = 142+153+190=485 (64% of max value = 765). Red value is 142 (55.86% from 255 or 29.28% from 485); Green value is 153 (60.16% from 255 or 31.55% from 485); Blue value is 190 (74.61% from 255 or 39.18% from 485); Max value from RGB is 190 - color contains mainly: blue. Hex color #8E99BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E99BE is #716641. Grayscale: #999999. Windows color (decimal): -7431746 or 12491150. OLE color: 12491150.

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

Color convert

RGB 142 153 190 -
CMYK 0.25 0.19 0 0.25
HSL 226.25º 0.27% 0.65% -
HSV(B) 226.25º 0.25% 0.75% -
XYZ 31.84 32.25 53.26 -
YUV 153.93 148.36 119.49 -
System Red Green Blue C M Y K H S L
Decimal 142 153 190 0.25 0.19 0 0.25 226.25 0.27 0.65
Hex 8E 99 BE 19 13 0 19 E2 1B 41
Octal 216 231 276 31 23 0 31 342 33 101
Binary 10001110 10011001 10111110 11001 10011 0 11001 11100010 11011 1000001

Color Harmonies of #8E99BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E99BE

Black with #8E99BE

Text Example


Text Example

White with #8E99BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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