Html Css Color HEX #7652BD Blue Marguerite

📋 copy color: '#7652BD'

red 118 ◦ green 82 ◦ blue 189

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

Shades of Blue Marguerite #7652BD

Tints of Blue Marguerite #7652BD

RGB

 RED value IS 118 (46.48% from 255) = 30.33%

 GREEN value IS 82 (32.42% from 255) = 21.08%

 BLUE value IS 189 (74.22% from 255) = 48.59%

R = 30.33%
G = 21.08%
B = 48.59%

CMYK

 C value IS 0.38

 M value IS 0.57

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7652BD (or 0x7652BD) is known color: Blue Marguerite. HEX triplet: 76, 52 and BD. RGB value is (118,82,189). Sum of RGB (Red+Green+Blue) = 118+82+189=389 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.33% from 389); Green value is 82 (32.42% from 255 or 21.08% from 389); Blue value is 189 (74.22% from 255 or 48.59% from 389); Max value from RGB is 189 - color contains mainly: blue. Hex color #7652BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7652BD is #89AD42. Grayscale: #686868. Windows color (decimal): -9022787 or 12407414. OLE color: 12407414.

HSL color Cylindrical-coordinate representation of color #7652BD: hue angle of 260.19º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7652BD is Cyan = 0.38, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 118 82 189 -
CMYK 0.38 0.57 0 0.26
HSL 260.19º 0.45% 0.53% -
HSV(B) 260.19º 0.57% 0.74% -
XYZ 19.67 13.56 49.72 -
YUV 104.96 175.43 137.3 -
System Red Green Blue C M Y K H S L
Decimal 118 82 189 0.38 0.57 0 0.26 260.19 0.45 0.53
Hex 76 52 BD 26 39 0 1A 104 2D 35
Octal 166 122 275 46 71 0 32 404 55 65
Binary 1110110 1010010 10111101 100110 111001 0 11010 100000100 101101 110101

Color Harmonies of #7652BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7652BD

Black with #7652BD

Text Example


Text Example

White with #7652BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7652BD; }

 p { color: rgb(118,82,189); }

 H1.HeaderClassName
 {
   color: #7652BD;
 }
 .AnyTagClassName
 {
   color: #7652BD;
 }
</style>

background-color css

<style>
 a { background-color: #7652BD; }

 a { background-color: rgb(118,82,189); }

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

border-color css

<style>
 span { border-color: #7652BD; }

 span { border-color: rgb(118,82,189); }

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