#8E6ACD

Color #8E6ACD True V (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of True V #8E6ACD

Tints of True V #8E6ACD

Color information

#8E6ACD (or 0x8E6ACD) is unknown color: approx True V. HEX triplet: 8E, 6A and CD. RGB value is (142,106,205). Sum of RGB (Red+Green+Blue) = 142+106+205=453 (60% of max value = 765). Red value is 142 (55.86% from 255 or 31.35% from 453); Green value is 106 (41.80% from 255 or 23.40% from 453); Blue value is 205 (80.47% from 255 or 45.25% from 453); Max value from RGB is 205 - color contains mainly: blue. Hex color #8E6ACD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E6ACD is #719532. Grayscale: #7F7F7F. Windows color (decimal): -7443763 or 13462158. OLE color: 13462158.

HSL color Cylindrical-coordinate representation of color #8E6ACD: hue angle of 261.82º degrees, saturation: 0.5, 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 #8E6ACD is Cyan = 0.31, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB142106205-
CMYK0.310.4800.20
HSL261.82º49.75%60.98%-
HSV(B)261.82º48.29%80.39%-
XYZ27.3320.4760.27-
YUV128.05171.43137.95-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 31.35%
GREEN value IS 106 (41.80% from 255) = 23.40%
BLUE value IS 205 (80.47% from 255) = 45.25%
R=31.35%
G=23.40%
B=45.25%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1421062050.310.4800.20261.8249.7560.98
Hex8E6ACD1F30014106323d
Octal21615231537600244066275
Binary1000111011010101100110111111110000010100100000110110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E6ACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #8E6ACD;
 }
 .AnyTagClassName
 {
   color: #8E6ACD;
 }
</style>
background-color css

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

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

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

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

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

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