Html Css Color HEX #8F7EBD True V

📋 copy color: '#8F7EBD'

red 143 ◦ green 126 ◦ blue 189

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

Shades of True V #8F7EBD

Tints of True V #8F7EBD

RGB

 RED value IS 143 (56.25% from 255) = 31.22%

 GREEN value IS 126 (49.61% from 255) = 27.51%

 BLUE value IS 189 (74.22% from 255) = 41.27%

R = 31.22%
G = 27.51%
B = 41.27%

CMYK

 C value IS 0.24

 M value IS 0.33

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8F7EBD (or 0x8F7EBD) is known color: True V. HEX triplet: 8F, 7E and BD. RGB value is (143,126,189). Sum of RGB (Red+Green+Blue) = 143+126+189=458 (60% of max value = 765). Red value is 143 (56.25% from 255 or 31.22% from 458); Green value is 126 (49.61% from 255 or 27.51% from 458); Blue value is 189 (74.22% from 255 or 41.27% from 458); Max value from RGB is 189 - color contains mainly: blue. Hex color #8F7EBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F7EBD is #708142. Grayscale: #8A8A8A. Windows color (decimal): -7373123 or 12418703. OLE color: 12418703.

HSL color Cylindrical-coordinate representation of color #8F7EBD: hue angle of 256.19º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8F7EBD is Cyan = 0.24, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 143 126 189 -
CMYK 0.24 0.33 0 0.26
HSL 256.19º 0.32% 0.62% -
HSV(B) 256.19º 0.33% 0.74% -
XYZ 27.97 24.44 51.39 -
YUV 138.27 156.63 131.38 -
System Red Green Blue C M Y K H S L
Decimal 143 126 189 0.24 0.33 0 0.26 256.19 0.32 0.62
Hex 8F 7E BD 18 21 0 1A 100 20 3E
Octal 217 176 275 30 41 0 32 400 40 76
Binary 10001111 1111110 10111101 11000 100001 0 11010 100000000 100000 111110

Color Harmonies of #8F7EBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F7EBD

Black with #8F7EBD

Text Example


Text Example

White with #8F7EBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,126,189); }

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

background-color css

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

 a { background-color: rgb(143,126,189); }

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

border-color css

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

 span { border-color: rgb(143,126,189); }

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