Html Css Color HEX #8F7CC7 True V

📋 copy color: '#8F7CC7'

red 143 ◦ green 124 ◦ blue 199

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

Shades of True V #8F7CC7

Tints of True V #8F7CC7

RGB

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

 GREEN value IS 124 (48.83% from 255) = 26.61%

 BLUE value IS 199 (78.13% from 255) = 42.7%

R = 30.69%
G = 26.61%
B = 42.7%

CMYK

 C value IS 0.28

 M value IS 0.38

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#8F7CC7 (or 0x8F7CC7) is known color: True V. HEX triplet: 8F, 7C and C7. RGB value is (143,124,199). Sum of RGB (Red+Green+Blue) = 143+124+199=466 (61% of max value = 765). Red value is 143 (56.25% from 255 or 30.69% from 466); Green value is 124 (48.83% from 255 or 26.61% from 466); Blue value is 199 (78.12% from 255 or 42.70% from 466); Max value from RGB is 199 - color contains mainly: blue. Hex color #8F7CC7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F7CC7 is #708338. Grayscale: #898989. Windows color (decimal): -7373625 or 13073551. OLE color: 13073551.

HSL color Cylindrical-coordinate representation of color #8F7CC7: hue angle of 255.2º degrees, saturation: 0.4, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8F7CC7 is Cyan = 0.28, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 143 124 199 -
CMYK 0.28 0.38 0 0.22
HSL 255.2º 0.4% 0.63% -
HSV(B) 255.2º 0.38% 0.78% -
XYZ 28.84 24.38 57.22 -
YUV 138.23 162.29 131.4 -
System Red Green Blue C M Y K H S L
Decimal 143 124 199 0.28 0.38 0 0.22 255.2 0.4 0.63
Hex 8F 7C C7 1C 26 0 16 FF 28 3F
Octal 217 174 307 34 46 0 26 377 50 77
Binary 10001111 1111100 11000111 11100 100110 0 10110 11111111 101000 111111

Color Harmonies of #8F7CC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F7CC7

Black with #8F7CC7

Text Example


Text Example

White with #8F7CC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,124,199); }

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

background-color css

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

 a { background-color: rgb(143,124,199); }

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

border-color css

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

 span { border-color: rgb(143,124,199); }

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