Html Css Color HEX #795CB7 Blue Marguerite

📋 copy color: '#795CB7'

red 121 ◦ green 92 ◦ blue 183

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

Shades of Blue Marguerite #795CB7

Tints of Blue Marguerite #795CB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 46.21%

R = 30.56%
G = 23.23%
B = 46.21%

CMYK

 C value IS 0.34

 M value IS 0.50

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#795CB7 (or 0x795CB7) is known color: Blue Marguerite. HEX triplet: 79, 5C and B7. RGB value is (121,92,183). Sum of RGB (Red+Green+Blue) = 121+92+183=396 (52% of max value = 765). Red value is 121 (47.66% from 255 or 30.56% from 396); Green value is 92 (36.33% from 255 or 23.23% from 396); Blue value is 183 (71.88% from 255 or 46.21% from 396); Max value from RGB is 183 - color contains mainly: blue. Hex color #795CB7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #795CB7 is #86A348. Grayscale: #6E6E6E. Windows color (decimal): -8823625 or 12016761. OLE color: 12016761.

HSL color Cylindrical-coordinate representation of color #795CB7: hue angle of 259.12º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #795CB7 is Cyan = 0.34, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 121 92 183 -
CMYK 0.34 0.50 0 0.28
HSL 259.12º 0.39% 0.54% -
HSV(B) 259.12º 0.5% 0.72% -
XYZ 20.26 15.14 46.65 -
YUV 111.05 168.61 135.1 -
System Red Green Blue C M Y K H S L
Decimal 121 92 183 0.34 0.50 0 0.28 259.12 0.39 0.54
Hex 79 5C B7 22 32 0 1C 103 27 36
Octal 171 134 267 42 62 0 34 403 47 66
Binary 1111001 1011100 10110111 100010 110010 0 11100 100000011 100111 110110

Color Harmonies of #795CB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #795CB7

Black with #795CB7

Text Example


Text Example

White with #795CB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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