Html Css Color HEX #7565B8 Blue Marguerite

📋 copy color: '#7565B8'

red 117 ◦ green 101 ◦ blue 184

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

Shades of Blue Marguerite #7565B8

Tints of Blue Marguerite #7565B8

RGB

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

 GREEN value IS 101 (39.84% from 255) = 25.12%

 BLUE value IS 184 (72.27% from 255) = 45.77%

R = 29.1%
G = 25.12%
B = 45.77%

CMYK

 C value IS 0.36

 M value IS 0.45

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#7565B8 (or 0x7565B8) is known color: Blue Marguerite. HEX triplet: 75, 65 and B8. RGB value is (117,101,184). Sum of RGB (Red+Green+Blue) = 117+101+184=402 (53% of max value = 765). Red value is 117 (46.09% from 255 or 29.10% from 402); Green value is 101 (39.84% from 255 or 25.12% from 402); Blue value is 184 (72.27% from 255 or 45.77% from 402); Max value from RGB is 184 - color contains mainly: blue. Hex color #7565B8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7565B8 is #8A9A47. Grayscale: #727272. Windows color (decimal): -9083464 or 12084597. OLE color: 12084597.

HSL color Cylindrical-coordinate representation of color #7565B8: hue angle of 251.57º degrees, saturation: 0.37, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7565B8 is Cyan = 0.36, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 117 101 184 -
CMYK 0.36 0.45 0 0.28
HSL 251.57º 0.37% 0.56% -
HSV(B) 251.57º 0.45% 0.72% -
XYZ 20.64 16.55 47.45 -
YUV 115.25 166.8 129.25 -
System Red Green Blue C M Y K H S L
Decimal 117 101 184 0.36 0.45 0 0.28 251.57 0.37 0.56
Hex 75 65 B8 24 2D 0 1C FC 25 38
Octal 165 145 270 44 55 0 34 374 45 70
Binary 1110101 1100101 10111000 100100 101101 0 11100 11111100 100101 111000

Color Harmonies of #7565B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7565B8

Black with #7565B8

Text Example


Text Example

White with #7565B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7565B8; }

 p { color: rgb(117,101,184); }

 H1.HeaderClassName
 {
   color: #7565B8;
 }
 .AnyTagClassName
 {
   color: #7565B8;
 }
</style>

background-color css

<style>
 a { background-color: #7565B8; }

 a { background-color: rgb(117,101,184); }

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

border-color css

<style>
 span { border-color: #7565B8; }

 span { border-color: rgb(117,101,184); }

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