#8E6BCA

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

Shades of True V #8E6BCA

Tints of True V #8E6BCA

Color information

#8E6BCA (or 0x8E6BCA) is unknown color: approx True V. HEX triplet: 8E, 6B and CA. RGB value is (142,107,202). Sum of RGB (Red+Green+Blue) = 142+107+202=451 (59% of max value = 765). Red value is 142 (55.86% from 255 or 31.49% from 451); Green value is 107 (42.19% from 255 or 23.73% from 451); Blue value is 202 (79.30% from 255 or 44.79% from 451); Max value from RGB is 202 - color contains mainly: blue. Hex color #8E6BCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E6BCA is #719435. Grayscale: #7F7F7F. Windows color (decimal): -7443510 or 13265806. OLE color: 13265806.

HSL color Cylindrical-coordinate representation of color #8E6BCA: hue angle of 262.11º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8E6BCA is Cyan = 0.30, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB142107202-
CMYK0.300.4700.21
HSL262.11º47.26%60.59%-
HSV(B)262.11º47.03%79.22%-
XYZ27.0720.5358.41-
YUV128.29169.6137.78-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 31.49%
GREEN value IS 107 (42.19% from 255) = 23.73%
BLUE value IS 202 (79.30% from 255) = 44.79%
R=31.49%
G=23.73%
B=44.79%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1421072020.300.4700.21262.1147.2660.59
Hex8E6BCA1E2F0151062f3d
Octal21615331236570254065775
Binary1000111011010111100101011110101111010101100000110101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E6BCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,107,202); }

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

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

 a { background-color: rgb(142,107,202); }

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

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

 span { border-color: rgb(142,107,202); }

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