#8F7DCB

Color #8F7DCB True V (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of True V #8F7DCB

Tints of True V #8F7DCB

Color information

#8F7DCB (or 0x8F7DCB) is unknown color: approx True V. HEX triplet: 8F, 7D and CB. RGB value is (143,125,203). Sum of RGB (Red+Green+Blue) = 143+125+203=471 (62% of max value = 765). Red value is 143 (56.25% from 255 or 30.36% from 471); Green value is 125 (49.22% from 255 or 26.54% from 471); Blue value is 203 (79.69% from 255 or 43.10% from 471); Max value from RGB is 203 - color contains mainly: blue. Hex color #8F7DCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F7DCB is #708234. Grayscale: #8A8A8A. Windows color (decimal): -7373365 or 13335951. OLE color: 13335951.

HSL color Cylindrical-coordinate representation of color #8F7DCB: hue angle of 253.85º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8F7DCB is Cyan = 0.30, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB143125203-
CMYK0.300.3800.20
HSL253.85º42.86%64.31%-
HSV(B)253.85º38.42%79.61%-
XYZ29.4424.8259.74-
YUV139.27163.96130.66-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 30.36%
GREEN value IS 125 (49.22% from 255) = 26.54%
BLUE value IS 203 (79.69% from 255) = 43.10%
R=30.36%
G=26.54%
B=43.10%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1431252030.300.3800.20253.8542.8664.31
Hex8F7DCB1E26014fe2b40
Octal217175313364602437653100
Binary1000111111111011100101111110100110010100111111101010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F7DCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #8F7DCB;
 }
 .AnyTagClassName
 {
   color: #8F7DCB;
 }
</style>
background-color css

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

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

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

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

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

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