Html Css Color HEX #795CBE Blue Marguerite

📋 copy color: '#795CBE'

red 121 ◦ green 92 ◦ blue 190

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

Shades of Blue Marguerite #795CBE

Tints of Blue Marguerite #795CBE

RGB

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

 GREEN value IS 92 (36.33% from 255) = 22.83%

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

R = 30.02%
G = 22.83%
B = 47.15%

CMYK

 C value IS 0.36

 M value IS 0.52

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#795CBE (or 0x795CBE) is known color: Blue Marguerite. HEX triplet: 79, 5C and BE. RGB value is (121,92,190). Sum of RGB (Red+Green+Blue) = 121+92+190=403 (53% of max value = 765). Red value is 121 (47.66% from 255 or 30.02% from 403); Green value is 92 (36.33% from 255 or 22.83% from 403); Blue value is 190 (74.61% from 255 or 47.15% from 403); Max value from RGB is 190 - color contains mainly: blue. Hex color #795CBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #795CBE is #86A341. Grayscale: #6F6F6F. Windows color (decimal): -8823618 or 12475513. OLE color: 12475513.

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

Color convert

RGB 121 92 190 -
CMYK 0.36 0.52 0 0.25
HSL 257.76º 0.43% 0.55% -
HSV(B) 257.76º 0.52% 0.75% -
XYZ 21.01 15.44 50.59 -
YUV 111.84 172.11 134.53 -
System Red Green Blue C M Y K H S L
Decimal 121 92 190 0.36 0.52 0 0.25 257.76 0.43 0.55
Hex 79 5C BE 24 34 0 19 102 2B 37
Octal 171 134 276 44 64 0 31 402 53 67
Binary 1111001 1011100 10111110 100100 110100 0 11001 100000010 101011 110111

Color Harmonies of #795CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #795CBE

Black with #795CBE

Text Example


Text Example

White with #795CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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