Html Css Color HEX #795BB8 Blue Marguerite

📋 copy color: '#795BB8'

red 121 ◦ green 91 ◦ blue 184

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

Shades of Blue Marguerite #795BB8

Tints of Blue Marguerite #795BB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 46.46%

R = 30.56%
G = 22.98%
B = 46.46%

CMYK

 C value IS 0.34

 M value IS 0.51

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#795BB8 (or 0x795BB8) is known color: Blue Marguerite. HEX triplet: 79, 5B and B8. RGB value is (121,91,184). Sum of RGB (Red+Green+Blue) = 121+91+184=396 (52% of max value = 765). Red value is 121 (47.66% from 255 or 30.56% from 396); Green value is 91 (35.94% from 255 or 22.98% from 396); Blue value is 184 (72.27% from 255 or 46.46% from 396); Max value from RGB is 184 - color contains mainly: blue. Hex color #795BB8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #795BB8 is #86A447. Grayscale: #6E6E6E. Windows color (decimal): -8823880 or 12082041. OLE color: 12082041.

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

Color convert

RGB 121 91 184 -
CMYK 0.34 0.51 0 0.28
HSL 259.35º 0.4% 0.54% -
HSV(B) 259.35º 0.51% 0.72% -
XYZ 20.28 15.01 47.18 -
YUV 110.57 169.44 135.44 -
System Red Green Blue C M Y K H S L
Decimal 121 91 184 0.34 0.51 0 0.28 259.35 0.4 0.54
Hex 79 5B B8 22 33 0 1C 103 28 36
Octal 171 133 270 42 63 0 34 403 50 66
Binary 1111001 1011011 10111000 100010 110011 0 11100 100000011 101000 110110

Color Harmonies of #795BB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #795BB8

Black with #795BB8

Text Example


Text Example

White with #795BB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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