Html Css Color HEX #8F76BE True V

📋 copy color: '#8F76BE'

red 143 ◦ green 118 ◦ blue 190

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

Shades of True V #8F76BE

Tints of True V #8F76BE

RGB

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

 GREEN value IS 118 (46.48% from 255) = 26.16%

 BLUE value IS 190 (74.61% from 255) = 42.13%

R = 31.71%
G = 26.16%
B = 42.13%

CMYK

 C value IS 0.25

 M value IS 0.38

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8F76BE (or 0x8F76BE) is known color: True V. HEX triplet: 8F, 76 and BE. RGB value is (143,118,190). Sum of RGB (Red+Green+Blue) = 143+118+190=451 (59% of max value = 765). Red value is 143 (56.25% from 255 or 31.71% from 451); Green value is 118 (46.48% from 255 or 26.16% from 451); Blue value is 190 (74.61% from 255 or 42.13% from 451); Max value from RGB is 190 - color contains mainly: blue. Hex color #8F76BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F76BE is #708941. Grayscale: #858585. Windows color (decimal): -7375170 or 12482191. OLE color: 12482191.

HSL color Cylindrical-coordinate representation of color #8F76BE: hue angle of 260.83º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8F76BE is Cyan = 0.25, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 143 118 190 -
CMYK 0.25 0.38 0 0.25
HSL 260.83º 0.36% 0.6% -
HSV(B) 260.83º 0.38% 0.75% -
XYZ 27.1 22.51 51.63 -
YUV 133.68 159.78 134.65 -
System Red Green Blue C M Y K H S L
Decimal 143 118 190 0.25 0.38 0 0.25 260.83 0.36 0.6
Hex 8F 76 BE 19 26 0 19 105 24 3C
Octal 217 166 276 31 46 0 31 405 44 74
Binary 10001111 1110110 10111110 11001 100110 0 11001 100000101 100100 111100

Color Harmonies of #8F76BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F76BE

Black with #8F76BE

Text Example


Text Example

White with #8F76BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,118,190); }

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

background-color css

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

 a { background-color: rgb(143,118,190); }

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

border-color css

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

 span { border-color: rgb(143,118,190); }

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