Html Css Color HEX #7659C0 Blue Marguerite

📋 copy color: '#7659C0'

red 118 ◦ green 89 ◦ blue 192

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

Shades of Blue Marguerite #7659C0

Tints of Blue Marguerite #7659C0

RGB

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

 GREEN value IS 89 (35.16% from 255) = 22.31%

 BLUE value IS 192 (75.39% from 255) = 48.12%

R = 29.57%
G = 22.31%
B = 48.12%

CMYK

 C value IS 0.39

 M value IS 0.54

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7659C0 (or 0x7659C0) is known color: Blue Marguerite. HEX triplet: 76, 59 and C0. RGB value is (118,89,192). Sum of RGB (Red+Green+Blue) = 118+89+192=399 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.57% from 399); Green value is 89 (35.16% from 255 or 22.31% from 399); Blue value is 192 (75.39% from 255 or 48.12% from 399); Max value from RGB is 192 - color contains mainly: blue. Hex color #7659C0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7659C0 is #89A63F. Grayscale: #6D6D6D. Windows color (decimal): -9020992 or 12605814. OLE color: 12605814.

HSL color Cylindrical-coordinate representation of color #7659C0: hue angle of 256.89º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7659C0 is Cyan = 0.39, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 118 89 192 -
CMYK 0.39 0.54 0 0.25
HSL 256.89º 0.45% 0.55% -
HSV(B) 256.89º 0.54% 0.75% -
XYZ 20.56 14.8 51.64 -
YUV 109.41 174.61 134.12 -
System Red Green Blue C M Y K H S L
Decimal 118 89 192 0.39 0.54 0 0.25 256.89 0.45 0.55
Hex 76 59 C0 27 36 0 19 101 2D 37
Octal 166 131 300 47 66 0 31 401 55 67
Binary 1110110 1011001 11000000 100111 110110 0 11001 100000001 101101 110111

Color Harmonies of #7659C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7659C0

Black with #7659C0

Text Example


Text Example

White with #7659C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7659C0; }

 p { color: rgb(118,89,192); }

 H1.HeaderClassName
 {
   color: #7659C0;
 }
 .AnyTagClassName
 {
   color: #7659C0;
 }
</style>

background-color css

<style>
 a { background-color: #7659C0; }

 a { background-color: rgb(118,89,192); }

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

border-color css

<style>
 span { border-color: #7659C0; }

 span { border-color: rgb(118,89,192); }

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