Html Css Color HEX #8F7DBE True V

📋 copy color: '#8F7DBE'

red 143 ◦ green 125 ◦ blue 190

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

Shades of True V #8F7DBE

Tints of True V #8F7DBE

RGB

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

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

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

R = 31.22%
G = 27.29%
B = 41.48%

CMYK

 C value IS 0.25

 M value IS 0.34

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8F7DBE (or 0x8F7DBE) is known color: True V. HEX triplet: 8F, 7D and BE. RGB value is (143,125,190). Sum of RGB (Red+Green+Blue) = 143+125+190=458 (60% of max value = 765). Red value is 143 (56.25% from 255 or 31.22% from 458); Green value is 125 (49.22% from 255 or 27.29% from 458); Blue value is 190 (74.61% from 255 or 41.48% from 458); Max value from RGB is 190 - color contains mainly: blue. Hex color #8F7DBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F7DBE is #708241. Grayscale: #898989. Windows color (decimal): -7373378 or 12483983. OLE color: 12483983.

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

Color convert

RGB 143 125 190 -
CMYK 0.25 0.34 0 0.25
HSL 256.62º 0.33% 0.62% -
HSV(B) 256.62º 0.34% 0.75% -
XYZ 27.96 24.22 51.92 -
YUV 137.79 157.46 131.71 -
System Red Green Blue C M Y K H S L
Decimal 143 125 190 0.25 0.34 0 0.25 256.62 0.33 0.62
Hex 8F 7D BE 19 22 0 19 101 21 3E
Octal 217 175 276 31 42 0 31 401 41 76
Binary 10001111 1111101 10111110 11001 100010 0 11001 100000001 100001 111110

Color Harmonies of #8F7DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F7DBE

Black with #8F7DBE

Text Example


Text Example

White with #8F7DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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