Html Css Color HEX #795DC0 Blue Marguerite

📋 copy color: '#795DC0'

red 121 ◦ green 93 ◦ blue 192

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

Shades of Blue Marguerite #795DC0

Tints of Blue Marguerite #795DC0

RGB

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

 GREEN value IS 93 (36.72% from 255) = 22.91%

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

R = 29.8%
G = 22.91%
B = 47.29%

CMYK

 C value IS 0.37

 M value IS 0.52

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#795DC0 (or 0x795DC0) is known color: Blue Marguerite. HEX triplet: 79, 5D and C0. RGB value is (121,93,192). Sum of RGB (Red+Green+Blue) = 121+93+192=406 (53% of max value = 765). Red value is 121 (47.66% from 255 or 29.80% from 406); Green value is 93 (36.72% from 255 or 22.91% from 406); Blue value is 192 (75.39% from 255 or 47.29% from 406); Max value from RGB is 192 - color contains mainly: blue. Hex color #795DC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #795DC0 is #86A23F. Grayscale: #707070. Windows color (decimal): -8823360 or 12606841. OLE color: 12606841.

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

Color convert

RGB 121 93 192 -
CMYK 0.37 0.52 0 0.25
HSL 256.97º 0.44% 0.56% -
HSV(B) 256.97º 0.52% 0.75% -
XYZ 21.31 15.7 51.78 -
YUV 112.66 172.78 133.95 -
System Red Green Blue C M Y K H S L
Decimal 121 93 192 0.37 0.52 0 0.25 256.97 0.44 0.56
Hex 79 5D C0 25 34 0 19 101 2C 38
Octal 171 135 300 45 64 0 31 401 54 70
Binary 1111001 1011101 11000000 100101 110100 0 11001 100000001 101100 111000

Color Harmonies of #795DC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #795DC0

Black with #795DC0

Text Example


Text Example

White with #795DC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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