Html Css Color HEX #7562BE Blue Marguerite

📋 copy color: '#7562BE'

red 117 ◦ green 98 ◦ blue 190

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

Shades of Blue Marguerite #7562BE

Tints of Blue Marguerite #7562BE

RGB

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

 GREEN value IS 98 (38.67% from 255) = 24.2%

 BLUE value IS 190 (74.61% from 255) = 46.91%

R = 28.89%
G = 24.2%
B = 46.91%

CMYK

 C value IS 0.38

 M value IS 0.48

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7562BE (or 0x7562BE) is known color: Blue Marguerite. HEX triplet: 75, 62 and BE. RGB value is (117,98,190). Sum of RGB (Red+Green+Blue) = 117+98+190=405 (53% of max value = 765). Red value is 117 (46.09% from 255 or 28.89% from 405); Green value is 98 (38.67% from 255 or 24.20% from 405); Blue value is 190 (74.61% from 255 or 46.91% from 405); Max value from RGB is 190 - color contains mainly: blue. Hex color #7562BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7562BE is #8A9D41. Grayscale: #717171. Windows color (decimal): -9084226 or 12477045. OLE color: 12477045.

HSL color Cylindrical-coordinate representation of color #7562BE: hue angle of 252.39º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7562BE is Cyan = 0.38, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 117 98 190 -
CMYK 0.38 0.48 0 0.25
HSL 252.39º 0.41% 0.56% -
HSV(B) 252.39º 0.48% 0.75% -
XYZ 21 16.23 50.74 -
YUV 114.17 170.79 130.02 -
System Red Green Blue C M Y K H S L
Decimal 117 98 190 0.38 0.48 0 0.25 252.39 0.41 0.56
Hex 75 62 BE 26 30 0 19 FC 29 38
Octal 165 142 276 46 60 0 31 374 51 70
Binary 1110101 1100010 10111110 100110 110000 0 11001 11111100 101001 111000

Color Harmonies of #7562BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7562BE

Black with #7562BE

Text Example


Text Example

White with #7562BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #7562BE;
 }
 .AnyTagClassName
 {
   color: #7562BE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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