#7A5FBE

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

Shades of Blue Marguerite #7A5FBE

Tints of Blue Marguerite #7A5FBE

Color information

#7A5FBE (or 0x7A5FBE) is unknown color: approx Blue Marguerite. HEX triplet: 7A, 5F and BE. RGB value is (122,95,190). Sum of RGB (Red+Green+Blue) = 122+95+190=407 (53% of max value = 765). Red value is 122 (48.05% from 255 or 29.98% from 407); Green value is 95 (37.5% from 255 or 23.34% from 407); Blue value is 190 (74.61% from 255 or 46.68% from 407); Max value from RGB is 190 - color contains mainly: blue. Hex color #7A5FBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A5FBE is #85A041. Grayscale: #717171. Windows color (decimal): -8757314 or 12476282. OLE color: 12476282.

HSL color Cylindrical-coordinate representation of color #7A5FBE: hue angle of 257.05º degrees, saturation: 0.42, 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 #7A5FBE is Cyan = 0.36, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB12295190-
CMYK0.360.500.25
HSL257.05º42.22%55.88%-
HSV(B)257.05º50%74.51%-
XYZ21.4116.0450.68-
YUV113.9170.95133.78-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 29.98%
GREEN value IS 95 (37.5% from 255) = 23.34%
BLUE value IS 190 (74.61% from 255) = 46.68%
R=29.98%
G=23.34%
B=46.68%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal122951900.360.500.25257.0542.2255.88
Hex7A5FBE24320191012a38
Octal17213727644620314015270
Binary1111010101111110111110100100110010011001100000001101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A5FBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,95,190); }

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

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

 a { background-color: rgb(122,95,190); }

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

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

 span { border-color: rgb(122,95,190); }

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