Html Css Color HEX #8E9AC1 Rock Blue

📋 copy color: '#8E9AC1'

red 142 ◦ green 154 ◦ blue 193

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

Shades of Rock Blue #8E9AC1

Tints of Rock Blue #8E9AC1

RGB

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

 GREEN value IS 154 (60.55% from 255) = 31.49%

 BLUE value IS 193 (75.78% from 255) = 39.47%

R = 29.04%
G = 31.49%
B = 39.47%

CMYK

 C value IS 0.26

 M value IS 0.20

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#8E9AC1 (or 0x8E9AC1) is known color: Rock Blue. HEX triplet: 8E, 9A and C1. RGB value is (142,154,193). Sum of RGB (Red+Green+Blue) = 142+154+193=489 (64% of max value = 765). Red value is 142 (55.86% from 255 or 29.04% from 489); Green value is 154 (60.55% from 255 or 31.49% from 489); Blue value is 193 (75.78% from 255 or 39.47% from 489); Max value from RGB is 193 - color contains mainly: blue. Hex color #8E9AC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E9AC1 is #71653E. Grayscale: #9A9A9A. Windows color (decimal): -7431487 or 12688014. OLE color: 12688014.

HSL color Cylindrical-coordinate representation of color #8E9AC1: hue angle of 225.88º degrees, saturation: 0.29, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8E9AC1 is Cyan = 0.26, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 142 154 193 -
CMYK 0.26 0.20 0 0.24
HSL 225.88º 0.29% 0.66% -
HSV(B) 225.88º 0.26% 0.76% -
XYZ 32.34 32.71 55.06 -
YUV 154.86 149.52 118.83 -
System Red Green Blue C M Y K H S L
Decimal 142 154 193 0.26 0.20 0 0.24 225.88 0.29 0.66
Hex 8E 9A C1 1A 14 0 18 E2 1D 42
Octal 216 232 301 32 24 0 30 342 35 102
Binary 10001110 10011010 11000001 11010 10100 0 11000 11100010 11101 1000010

Color Harmonies of #8E9AC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E9AC1

Black with #8E9AC1

Text Example


Text Example

White with #8E9AC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,154,193); }

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

background-color css

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

 a { background-color: rgb(142,154,193); }

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

border-color css

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

 span { border-color: rgb(142,154,193); }

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