Html Css Color HEX #795EBE Blue Marguerite

📋 copy color: '#795EBE'

red 121 ◦ green 94 ◦ blue 190

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

Shades of Blue Marguerite #795EBE

Tints of Blue Marguerite #795EBE

RGB

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

 GREEN value IS 94 (37.11% from 255) = 23.21%

 BLUE value IS 190 (74.61% from 255) = 46.91%

R = 29.88%
G = 23.21%
B = 46.91%

CMYK

 C value IS 0.36

 M value IS 0.51

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#795EBE (or 0x795EBE) is known color: Blue Marguerite. HEX triplet: 79, 5E and BE. RGB value is (121,94,190). Sum of RGB (Red+Green+Blue) = 121+94+190=405 (53% of max value = 765). Red value is 121 (47.66% from 255 or 29.88% from 405); Green value is 94 (37.11% from 255 or 23.21% from 405); Blue value is 190 (74.61% from 255 or 46.91% from 405); Max value from RGB is 190 - color contains mainly: blue. Hex color #795EBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #795EBE is #86A141. Grayscale: #707070. Windows color (decimal): -8823106 or 12476025. OLE color: 12476025.

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

Color convert

RGB 121 94 190 -
CMYK 0.36 0.51 0 0.25
HSL 256.88º 0.42% 0.56% -
HSV(B) 256.88º 0.51% 0.75% -
XYZ 21.18 15.79 50.65 -
YUV 113.02 171.45 133.69 -
System Red Green Blue C M Y K H S L
Decimal 121 94 190 0.36 0.51 0 0.25 256.88 0.42 0.56
Hex 79 5E BE 24 33 0 19 101 2A 38
Octal 171 136 276 44 63 0 31 401 52 70
Binary 1111001 1011110 10111110 100100 110011 0 11001 100000001 101010 111000

Color Harmonies of #795EBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #795EBE

Black with #795EBE

Text Example


Text Example

White with #795EBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(121,94,190); }

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

background-color css

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

 a { background-color: rgb(121,94,190); }

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

border-color css

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

 span { border-color: rgb(121,94,190); }

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