Html Css Color HEX #8E6ACC True V

📋 copy color: '#8E6ACC'

red 142 ◦ green 106 ◦ blue 204

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

Shades of True V #8E6ACC

Tints of True V #8E6ACC

RGB

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

 GREEN value IS 106 (41.8% from 255) = 23.45%

 BLUE value IS 204 (80.08% from 255) = 45.13%

R = 31.42%
G = 23.45%
B = 45.13%

CMYK

 C value IS 0.30

 M value IS 0.48

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#8E6ACC (or 0x8E6ACC) is known color: True V. HEX triplet: 8E, 6A and CC. RGB value is (142,106,204). Sum of RGB (Red+Green+Blue) = 142+106+204=452 (59% of max value = 765). Red value is 142 (55.86% from 255 or 31.42% from 452); Green value is 106 (41.80% from 255 or 23.45% from 452); Blue value is 204 (80.08% from 255 or 45.13% from 452); Max value from RGB is 204 - color contains mainly: blue. Hex color #8E6ACC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E6ACC is #719533. Grayscale: #7F7F7F. Windows color (decimal): -7443764 or 13396622. OLE color: 13396622.

HSL color Cylindrical-coordinate representation of color #8E6ACC: hue angle of 262.04º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8E6ACC is Cyan = 0.30, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 142 106 204 -
CMYK 0.30 0.48 0 0.2
HSL 262.04º 0.49% 0.61% -
HSV(B) 262.04º 0.48% 0.8% -
XYZ 27.21 20.42 59.63 -
YUV 127.94 170.93 138.03 -
System Red Green Blue C M Y K H S L
Decimal 142 106 204 0.30 0.48 0 0.2 262.04 0.49 0.61
Hex 8E 6A CC 1E 30 0 14 106 31 3D
Octal 216 152 314 36 60 0 24 406 61 75
Binary 10001110 1101010 11001100 11110 110000 0 10100 100000110 110001 111101

Color Harmonies of #8E6ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E6ACC

Black with #8E6ACC

Text Example


Text Example

White with #8E6ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,106,204); }

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

background-color css

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

 a { background-color: rgb(142,106,204); }

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

border-color css

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

 span { border-color: rgb(142,106,204); }

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