Html Css Color HEX #795AC0 Blue Marguerite

📋 copy color: '#795AC0'

red 121 ◦ green 90 ◦ blue 192

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

Shades of Blue Marguerite #795AC0

Tints of Blue Marguerite #795AC0

RGB

 RED value IS 121 (47.66% from 255) = 30.02%

 GREEN value IS 90 (35.55% from 255) = 22.33%

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

R = 30.02%
G = 22.33%
B = 47.64%

CMYK

 C value IS 0.37

 M value IS 0.53

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#795AC0 (or 0x795AC0) is known color: Blue Marguerite. HEX triplet: 79, 5A and C0. RGB value is (121,90,192). Sum of RGB (Red+Green+Blue) = 121+90+192=403 (53% of max value = 765). Red value is 121 (47.66% from 255 or 30.02% from 403); Green value is 90 (35.55% from 255 or 22.33% from 403); Blue value is 192 (75.39% from 255 or 47.64% from 403); Max value from RGB is 192 - color contains mainly: blue. Hex color #795AC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #795AC0 is #86A53F. Grayscale: #6E6E6E. Windows color (decimal): -8824128 or 12606073. OLE color: 12606073.

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

Color convert

RGB 121 90 192 -
CMYK 0.37 0.53 0 0.25
HSL 258.24º 0.45% 0.55% -
HSV(B) 258.24º 0.53% 0.75% -
XYZ 21.06 15.18 51.69 -
YUV 110.9 173.77 135.21 -
System Red Green Blue C M Y K H S L
Decimal 121 90 192 0.37 0.53 0 0.25 258.24 0.45 0.55
Hex 79 5A C0 25 35 0 19 102 2D 37
Octal 171 132 300 45 65 0 31 402 55 67
Binary 1111001 1011010 11000000 100101 110101 0 11001 100000010 101101 110111

Color Harmonies of #795AC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #795AC0

Black with #795AC0

Text Example


Text Example

White with #795AC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #795AC0; }

 p { color: rgb(121,90,192); }

 H1.HeaderClassName
 {
   color: #795AC0;
 }
 .AnyTagClassName
 {
   color: #795AC0;
 }
</style>

background-color css

<style>
 a { background-color: #795AC0; }

 a { background-color: rgb(121,90,192); }

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

border-color css

<style>
 span { border-color: #795AC0; }

 span { border-color: rgb(121,90,192); }

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