Html Css Color HEX #795DBD Blue Marguerite

📋 copy color: '#795DBD'

red 121 ◦ green 93 ◦ blue 189

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

Shades of Blue Marguerite #795DBD

Tints of Blue Marguerite #795DBD

RGB

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

 GREEN value IS 93 (36.72% from 255) = 23.08%

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

R = 30.02%
G = 23.08%
B = 46.9%

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

#795DBD (or 0x795DBD) is known color: Blue Marguerite. HEX triplet: 79, 5D and BD. RGB value is (121,93,189). Sum of RGB (Red+Green+Blue) = 121+93+189=403 (53% of max value = 765). Red value is 121 (47.66% from 255 or 30.02% from 403); Green value is 93 (36.72% from 255 or 23.08% from 403); Blue value is 189 (74.22% from 255 or 46.90% from 403); Max value from RGB is 189 - color contains mainly: blue. Hex color #795DBD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #795DBD is #86A242. Grayscale: #6F6F6F. Windows color (decimal): -8823363 or 12410233. OLE color: 12410233.

HSL color Cylindrical-coordinate representation of color #795DBD: hue angle of 257.5º 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 #795DBD is Cyan = 0.36, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 121 93 189 -
CMYK 0.36 0.51 0 0.26
HSL 257.5º 0.42% 0.55% -
HSV(B) 257.5º 0.51% 0.74% -
XYZ 20.98 15.57 50.04 -
YUV 112.32 171.28 134.19 -
System Red Green Blue C M Y K H S L
Decimal 121 93 189 0.36 0.51 0 0.26 257.5 0.42 0.55
Hex 79 5D BD 24 33 0 1A 102 2A 37
Octal 171 135 275 44 63 0 32 402 52 67
Binary 1111001 1011101 10111101 100100 110011 0 11010 100000010 101010 110111

Color Harmonies of #795DBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #795DBD

Black with #795DBD

Text Example


Text Example

White with #795DBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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