#7D5FBF

Color #7D5FBF Blue Marguerite (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Marguerite #7D5FBF

Tints of Blue Marguerite #7D5FBF

Color information

#7D5FBF (or 0x7D5FBF) is unknown color: approx Blue Marguerite. HEX triplet: 7D, 5F and BF. RGB value is (125,95,191). Sum of RGB (Red+Green+Blue) = 125+95+191=411 (54% of max value = 765). Red value is 125 (49.22% from 255 or 30.41% from 411); Green value is 95 (37.5% from 255 or 23.11% from 411); Blue value is 191 (75% from 255 or 46.47% from 411); Max value from RGB is 191 - color contains mainly: blue. Hex color #7D5FBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D5FBF is #82A040. Grayscale: #727272. Windows color (decimal): -8560705 or 12541821. OLE color: 12541821.

HSL color Cylindrical-coordinate representation of color #7D5FBF: hue angle of 258.75º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7D5FBF is Cyan = 0.35, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB12595191-
CMYK0.350.5000.25
HSL258.75º42.86%56.08%-
HSV(B)258.75º50.26%74.9%-
XYZ21.9516.3151.28-
YUV114.91170.94135.19-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 30.41%
GREEN value IS 95 (37.5% from 255) = 23.11%
BLUE value IS 191 (75% from 255) = 46.47%
R=30.41%
G=23.11%
B=46.47%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal125951910.350.5000.25258.7542.8656.08
Hex7D5FBF23320191032b38
Octal17513727743620314035370
Binary1111101101111110111111100011110010011001100000011101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D5FBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7D5FBF; }

 p { color: rgb(125,95,191); }

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

<style>
 a { background-color: #7D5FBF; }

 a { background-color: rgb(125,95,191); }

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

<style>
 span { border-color: #7D5FBF; }

 span { border-color: rgb(125,95,191); }

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