Html Css Color HEX #795BC0 Blue Marguerite

📋 copy color: '#795BC0'

red 121 ◦ green 91 ◦ blue 192

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

Shades of Blue Marguerite #795BC0

Tints of Blue Marguerite #795BC0

RGB

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

 GREEN value IS 91 (35.94% from 255) = 22.52%

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

R = 29.95%
G = 22.52%
B = 47.52%

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

#795BC0 (or 0x795BC0) is known color: Blue Marguerite. HEX triplet: 79, 5B and C0. RGB value is (121,91,192). Sum of RGB (Red+Green+Blue) = 121+91+192=404 (53% of max value = 765). Red value is 121 (47.66% from 255 or 29.95% from 404); Green value is 91 (35.94% from 255 or 22.52% from 404); Blue value is 192 (75.39% from 255 or 47.52% from 404); Max value from RGB is 192 - color contains mainly: blue. Hex color #795BC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #795BC0 is #86A43F. Grayscale: #6F6F6F. Windows color (decimal): -8823872 or 12606329. OLE color: 12606329.

HSL color Cylindrical-coordinate representation of color #795BC0: hue angle of 257.82º degrees, saturation: 0.44, 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 #795BC0 is Cyan = 0.37, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 121 91 192 -
CMYK 0.37 0.53 0 0.25
HSL 257.82º 0.44% 0.55% -
HSV(B) 257.82º 0.53% 0.75% -
XYZ 21.14 15.35 51.72 -
YUV 111.48 173.44 134.79 -
System Red Green Blue C M Y K H S L
Decimal 121 91 192 0.37 0.53 0 0.25 257.82 0.44 0.55
Hex 79 5B C0 25 35 0 19 102 2C 37
Octal 171 133 300 45 65 0 31 402 54 67
Binary 1111001 1011011 11000000 100101 110101 0 11001 100000010 101100 110111

Color Harmonies of #795BC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #795BC0

Black with #795BC0

Text Example


Text Example

White with #795BC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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