Html Css Color HEX #795CBD Blue Marguerite

📋 copy color: '#795CBD'

red 121 ◦ green 92 ◦ blue 189

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

Shades of Blue Marguerite #795CBD

Tints of Blue Marguerite #795CBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 47.01%

R = 30.1%
G = 22.89%
B = 47.01%

CMYK

 C value IS 0.36

 M value IS 0.51

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#795CBD (or 0x795CBD) is known color: Blue Marguerite. HEX triplet: 79, 5C and BD. RGB value is (121,92,189). Sum of RGB (Red+Green+Blue) = 121+92+189=402 (53% of max value = 765). Red value is 121 (47.66% from 255 or 30.10% from 402); Green value is 92 (36.33% from 255 or 22.89% from 402); Blue value is 189 (74.22% from 255 or 47.01% from 402); Max value from RGB is 189 - color contains mainly: blue. Hex color #795CBD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #795CBD is #86A342. Grayscale: #6F6F6F. Windows color (decimal): -8823619 or 12409977. OLE color: 12409977.

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

Color convert

RGB 121 92 189 -
CMYK 0.36 0.51 0 0.26
HSL 257.94º 0.42% 0.55% -
HSV(B) 257.94º 0.51% 0.74% -
XYZ 20.9 15.39 50.01 -
YUV 111.73 171.61 134.61 -
System Red Green Blue C M Y K H S L
Decimal 121 92 189 0.36 0.51 0 0.26 257.94 0.42 0.55
Hex 79 5C BD 24 33 0 1A 102 2A 37
Octal 171 134 275 44 63 0 32 402 52 67
Binary 1111001 1011100 10111101 100100 110011 0 11010 100000010 101010 110111

Color Harmonies of #795CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #795CBD

Black with #795CBD

Text Example


Text Example

White with #795CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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