Html Css Color HEX #8E9EBF Rock Blue

📋 copy color: '#8E9EBF'

red 142 ◦ green 158 ◦ blue 191

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

Shades of Rock Blue #8E9EBF

Tints of Rock Blue #8E9EBF

RGB

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

 GREEN value IS 158 (62.11% from 255) = 32.18%

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

R = 28.92%
G = 32.18%
B = 38.9%

CMYK

 C value IS 0.26

 M value IS 0.17

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8E9EBF (or 0x8E9EBF) is known color: Rock Blue. HEX triplet: 8E, 9E and BF. RGB value is (142,158,191). Sum of RGB (Red+Green+Blue) = 142+158+191=491 (65% of max value = 765). Red value is 142 (55.86% from 255 or 28.92% from 491); Green value is 158 (62.11% from 255 or 32.18% from 491); Blue value is 191 (75% from 255 or 38.90% from 491); Max value from RGB is 191 - color contains mainly: blue. Hex color #8E9EBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E9EBF is #716140. Grayscale: #9C9C9C. Windows color (decimal): -7430465 or 12557966. OLE color: 12557966.

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

Color convert

RGB 142 158 191 -
CMYK 0.26 0.17 0 0.25
HSL 220.41º 0.28% 0.65% -
HSV(B) 220.41º 0.26% 0.75% -
XYZ 32.79 33.97 54.12 -
YUV 156.98 147.2 117.32 -
System Red Green Blue C M Y K H S L
Decimal 142 158 191 0.26 0.17 0 0.25 220.41 0.28 0.65
Hex 8E 9E BF 1A 11 0 19 DC 1C 41
Octal 216 236 277 32 21 0 31 334 34 101
Binary 10001110 10011110 10111111 11010 10001 0 11001 11011100 11100 1000001

Color Harmonies of #8E9EBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E9EBF

Black with #8E9EBF

Text Example


Text Example

White with #8E9EBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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