Html Css Color HEX #8E7DBB True V

📋 copy color: '#8E7DBB'

red 142 ◦ green 125 ◦ blue 187

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

Shades of True V #8E7DBB

Tints of True V #8E7DBB

RGB

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

 GREEN value IS 125 (49.22% from 255) = 27.53%

 BLUE value IS 187 (73.44% from 255) = 41.19%

R = 31.28%
G = 27.53%
B = 41.19%

CMYK

 C value IS 0.24

 M value IS 0.33

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8E7DBB (or 0x8E7DBB) is known color: True V. HEX triplet: 8E, 7D and BB. RGB value is (142,125,187). Sum of RGB (Red+Green+Blue) = 142+125+187=454 (60% of max value = 765). Red value is 142 (55.86% from 255 or 31.28% from 454); Green value is 125 (49.22% from 255 or 27.53% from 454); Blue value is 187 (73.44% from 255 or 41.19% from 454); Max value from RGB is 187 - color contains mainly: blue. Hex color #8E7DBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E7DBB is #718244. Grayscale: #888888. Windows color (decimal): -7438917 or 12287374. OLE color: 12287374.

HSL color Cylindrical-coordinate representation of color #8E7DBB: hue angle of 256.45º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8E7DBB is Cyan = 0.24, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 142 125 187 -
CMYK 0.24 0.33 0 0.27
HSL 256.45º 0.31% 0.61% -
HSV(B) 256.45º 0.33% 0.73% -
XYZ 27.46 24.01 50.2 -
YUV 137.15 156.13 131.46 -
System Red Green Blue C M Y K H S L
Decimal 142 125 187 0.24 0.33 0 0.27 256.45 0.31 0.61
Hex 8E 7D BB 18 21 0 1B 100 1F 3D
Octal 216 175 273 30 41 0 33 400 37 75
Binary 10001110 1111101 10111011 11000 100001 0 11011 100000000 11111 111101

Color Harmonies of #8E7DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E7DBB

Black with #8E7DBB

Text Example


Text Example

White with #8E7DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,125,187); }

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

background-color css

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

 a { background-color: rgb(142,125,187); }

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

border-color css

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

 span { border-color: rgb(142,125,187); }

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