Html Css Color HEX #7563AF Blue Marguerite

📋 copy color: '#7563AF'

red 117 ◦ green 99 ◦ blue 175

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

Shades of Blue Marguerite #7563AF

Tints of Blue Marguerite #7563AF

RGB

 RED value IS 117 (46.09% from 255) = 29.92%

 GREEN value IS 99 (39.06% from 255) = 25.32%

 BLUE value IS 175 (68.75% from 255) = 44.76%

R = 29.92%
G = 25.32%
B = 44.76%

CMYK

 C value IS 0.33

 M value IS 0.43

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#7563AF (or 0x7563AF) is known color: Blue Marguerite. HEX triplet: 75, 63 and AF. RGB value is (117,99,175). Sum of RGB (Red+Green+Blue) = 117+99+175=391 (51% of max value = 765). Red value is 117 (46.09% from 255 or 29.92% from 391); Green value is 99 (39.06% from 255 or 25.32% from 391); Blue value is 175 (68.75% from 255 or 44.76% from 391); Max value from RGB is 175 - color contains mainly: blue. Hex color #7563AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7563AF is #8A9C50. Grayscale: #707070. Windows color (decimal): -9083985 or 11494261. OLE color: 11494261.

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

Color convert

RGB 117 99 175 -
CMYK 0.33 0.43 0 0.31
HSL 254.21º 0.32% 0.54% -
HSV(B) 254.21º 0.43% 0.69% -
XYZ 19.54 15.8 42.58 -
YUV 113.05 162.96 130.82 -
System Red Green Blue C M Y K H S L
Decimal 117 99 175 0.33 0.43 0 0.31 254.21 0.32 0.54
Hex 75 63 AF 21 2B 0 1F FE 20 36
Octal 165 143 257 41 53 0 37 376 40 66
Binary 1110101 1100011 10101111 100001 101011 0 11111 11111110 100000 110110

Color Harmonies of #7563AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7563AF

Black with #7563AF

Text Example


Text Example

White with #7563AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #7563AF;
 }
 .AnyTagClassName
 {
   color: #7563AF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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