Html Css Color HEX #8F7DBC True V

📋 copy color: '#8F7DBC'

red 143 ◦ green 125 ◦ blue 188

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

Shades of True V #8F7DBC

Tints of True V #8F7DBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 41.23%

R = 31.36%
G = 27.41%
B = 41.23%

CMYK

 C value IS 0.24

 M value IS 0.34

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8F7DBC (or 0x8F7DBC) is known color: True V. HEX triplet: 8F, 7D and BC. RGB value is (143,125,188). Sum of RGB (Red+Green+Blue) = 143+125+188=456 (60% of max value = 765). Red value is 143 (56.25% from 255 or 31.36% from 456); Green value is 125 (49.22% from 255 or 27.41% from 456); Blue value is 188 (73.83% from 255 or 41.23% from 456); Max value from RGB is 188 - color contains mainly: blue. Hex color #8F7DBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F7DBC is #708243. Grayscale: #898989. Windows color (decimal): -7373380 or 12352911. OLE color: 12352911.

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

Color convert

RGB 143 125 188 -
CMYK 0.24 0.34 0 0.26
HSL 257.14º 0.32% 0.61% -
HSV(B) 257.14º 0.34% 0.74% -
XYZ 27.74 24.14 50.77 -
YUV 137.56 156.46 131.88 -
System Red Green Blue C M Y K H S L
Decimal 143 125 188 0.24 0.34 0 0.26 257.14 0.32 0.61
Hex 8F 7D BC 18 22 0 1A 101 20 3D
Octal 217 175 274 30 42 0 32 401 40 75
Binary 10001111 1111101 10111100 11000 100010 0 11010 100000001 100000 111101

Color Harmonies of #8F7DBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F7DBC

Black with #8F7DBC

Text Example


Text Example

White with #8F7DBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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