#7562AF

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

Shades of Blue Marguerite #7562AF

Tints of Blue Marguerite #7562AF

Color information

#7562AF (or 0x7562AF) is unknown color: approx Blue Marguerite. HEX triplet: 75, 62 and AF. RGB value is (117,98,175). Sum of RGB (Red+Green+Blue) = 117+98+175=390 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30% from 390); Green value is 98 (38.67% from 255 or 25.13% from 390); Blue value is 175 (68.75% from 255 or 44.87% from 390); Max value from RGB is 175 - color contains mainly: blue. Hex color #7562AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7562AF is #8A9D50. Grayscale: #707070. Windows color (decimal): -9084241 or 11494005. OLE color: 11494005.

HSL color Cylindrical-coordinate representation of color #7562AF: hue angle of 254.81º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7562AF is Cyan = 0.33, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB11798175-
CMYK0.330.4400.31
HSL254.81º32.49%53.53%-
HSV(B)254.81º44%68.63%-
XYZ19.4415.6142.55-
YUV112.46163.29131.24-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 30%
GREEN value IS 98 (38.67% from 255) = 25.13%
BLUE value IS 175 (68.75% from 255) = 44.87%
R=30%
G=25.13%
B=44.87%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal117981750.330.4400.31254.8132.4953.53
Hex7562AF212C01Fff2036
Octal16514225741540373774066
Binary111010111000101010111110000110110001111111111111100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7562AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7562AF; }

 p { color: rgb(117,98,175); }

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

<style>
 a { background-color: #7562AF; }

 a { background-color: rgb(117,98,175); }

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

<style>
 span { border-color: #7562AF; }

 span { border-color: rgb(117,98,175); }

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