Html Css Color HEX #8F7DB9 True V

📋 copy color: '#8F7DB9'

red 143 ◦ green 125 ◦ blue 185

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

Shades of True V #8F7DB9

Tints of True V #8F7DB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 40.84%

R = 31.57%
G = 27.59%
B = 40.84%

CMYK

 C value IS 0.23

 M value IS 0.32

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8F7DB9 (or 0x8F7DB9) is known color: True V. HEX triplet: 8F, 7D and B9. RGB value is (143,125,185). Sum of RGB (Red+Green+Blue) = 143+125+185=453 (60% of max value = 765). Red value is 143 (56.25% from 255 or 31.57% from 453); Green value is 125 (49.22% from 255 or 27.59% from 453); Blue value is 185 (72.66% from 255 or 40.84% from 453); Max value from RGB is 185 - color contains mainly: blue. Hex color #8F7DB9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F7DB9 is #708246. Grayscale: #898989. Windows color (decimal): -7373383 or 12156303. OLE color: 12156303.

HSL color Cylindrical-coordinate representation of color #8F7DB9: hue angle of 258º degrees, saturation: 0.3, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8F7DB9 is Cyan = 0.23, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 143 125 185 -
CMYK 0.23 0.32 0 0.27
HSL 258º 0.3% 0.61% -
HSV(B) 258º 0.32% 0.73% -
XYZ 27.42 24.01 49.09 -
YUV 137.22 154.96 132.12 -
System Red Green Blue C M Y K H S L
Decimal 143 125 185 0.23 0.32 0 0.27 258 0.3 0.61
Hex 8F 7D B9 17 20 0 1B 102 1E 3D
Octal 217 175 271 27 40 0 33 402 36 75
Binary 10001111 1111101 10111001 10111 100000 0 11011 100000010 11110 111101

Color Harmonies of #8F7DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F7DB9

Black with #8F7DB9

Text Example


Text Example

White with #8F7DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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