Html Css Color HEX #795FBC Blue Marguerite

📋 copy color: '#795FBC'

red 121 ◦ green 95 ◦ blue 188

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

Shades of Blue Marguerite #795FBC

Tints of Blue Marguerite #795FBC

RGB

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

 GREEN value IS 95 (37.5% from 255) = 23.51%

 BLUE value IS 188 (73.83% from 255) = 46.53%

R = 29.95%
G = 23.51%
B = 46.53%

CMYK

 C value IS 0.36

 M value IS 0.49

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#795FBC (or 0x795FBC) is known color: Blue Marguerite. HEX triplet: 79, 5F and BC. RGB value is (121,95,188). Sum of RGB (Red+Green+Blue) = 121+95+188=404 (53% of max value = 765). Red value is 121 (47.66% from 255 or 29.95% from 404); Green value is 95 (37.5% from 255 or 23.51% from 404); Blue value is 188 (73.83% from 255 or 46.53% from 404); Max value from RGB is 188 - color contains mainly: blue. Hex color #795FBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #795FBC is #86A043. Grayscale: #717171. Windows color (decimal): -8822852 or 12345209. OLE color: 12345209.

HSL color Cylindrical-coordinate representation of color #795FBC: hue angle of 256.77º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #795FBC is Cyan = 0.36, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 121 95 188 -
CMYK 0.36 0.49 0 0.26
HSL 256.77º 0.41% 0.55% -
HSV(B) 256.77º 0.49% 0.74% -
XYZ 21.05 15.88 49.53 -
YUV 113.38 170.11 133.44 -
System Red Green Blue C M Y K H S L
Decimal 121 95 188 0.36 0.49 0 0.26 256.77 0.41 0.55
Hex 79 5F BC 24 31 0 1A 101 29 37
Octal 171 137 274 44 61 0 32 401 51 67
Binary 1111001 1011111 10111100 100100 110001 0 11010 100000001 101001 110111

Color Harmonies of #795FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #795FBC

Black with #795FBC

Text Example


Text Example

White with #795FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(121,95,188); }

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

background-color css

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

 a { background-color: rgb(121,95,188); }

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

border-color css

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

 span { border-color: rgb(121,95,188); }

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