Html Css Color HEX #795CAF Blue Marguerite

📋 copy color: '#795CAF'

red 121 ◦ green 92 ◦ blue 175

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

Shades of Blue Marguerite #795CAF

Tints of Blue Marguerite #795CAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 45.1%

R = 31.19%
G = 23.71%
B = 45.1%

CMYK

 C value IS 0.31

 M value IS 0.47

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#795CAF (or 0x795CAF) is known color: Blue Marguerite. HEX triplet: 79, 5C and AF. RGB value is (121,92,175). Sum of RGB (Red+Green+Blue) = 121+92+175=388 (51% of max value = 765). Red value is 121 (47.66% from 255 or 31.19% from 388); Green value is 92 (36.33% from 255 or 23.71% from 388); Blue value is 175 (68.75% from 255 or 45.10% from 388); Max value from RGB is 175 - color contains mainly: blue. Hex color #795CAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #795CAF is #86A350. Grayscale: #6D6D6D. Windows color (decimal): -8823633 or 11492473. OLE color: 11492473.

HSL color Cylindrical-coordinate representation of color #795CAF: hue angle of 260.96º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #795CAF is Cyan = 0.31, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 121 92 175 -
CMYK 0.31 0.47 0 0.31
HSL 260.96º 0.34% 0.52% -
HSV(B) 260.96º 0.47% 0.69% -
XYZ 19.45 14.81 42.39 -
YUV 110.13 164.61 135.75 -
System Red Green Blue C M Y K H S L
Decimal 121 92 175 0.31 0.47 0 0.31 260.96 0.34 0.52
Hex 79 5C AF 1F 2F 0 1F 105 22 34
Octal 171 134 257 37 57 0 37 405 42 64
Binary 1111001 1011100 10101111 11111 101111 0 11111 100000101 100010 110100

Color Harmonies of #795CAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #795CAF

Black with #795CAF

Text Example


Text Example

White with #795CAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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