Html Css Color HEX #795BB3 Blue Marguerite

📋 copy color: '#795BB3'

red 121 ◦ green 91 ◦ blue 179

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

Shades of Blue Marguerite #795BB3

Tints of Blue Marguerite #795BB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 45.78%

R = 30.95%
G = 23.27%
B = 45.78%

CMYK

 C value IS 0.32

 M value IS 0.49

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#795BB3 (or 0x795BB3) is known color: Blue Marguerite. HEX triplet: 79, 5B and B3. RGB value is (121,91,179). Sum of RGB (Red+Green+Blue) = 121+91+179=391 (51% of max value = 765). Red value is 121 (47.66% from 255 or 30.95% from 391); Green value is 91 (35.94% from 255 or 23.27% from 391); Blue value is 179 (70.31% from 255 or 45.78% from 391); Max value from RGB is 179 - color contains mainly: blue. Hex color #795BB3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #795BB3 is #86A44C. Grayscale: #6D6D6D. Windows color (decimal): -8823885 or 11754361. OLE color: 11754361.

HSL color Cylindrical-coordinate representation of color #795BB3: hue angle of 260.45º degrees, saturation: 0.37, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #795BB3 is Cyan = 0.32, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 121 91 179 -
CMYK 0.32 0.49 0 0.30
HSL 260.45º 0.37% 0.53% -
HSV(B) 260.45º 0.49% 0.7% -
XYZ 19.76 14.8 44.46 -
YUV 110 166.94 135.84 -
System Red Green Blue C M Y K H S L
Decimal 121 91 179 0.32 0.49 0 0.30 260.45 0.37 0.53
Hex 79 5B B3 20 31 0 1E 104 25 35
Octal 171 133 263 40 61 0 36 404 45 65
Binary 1111001 1011011 10110011 100000 110001 0 11110 100000100 100101 110101

Color Harmonies of #795BB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #795BB3

Black with #795BB3

Text Example


Text Example

White with #795BB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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