Html Css Color HEX #795BBC Blue Marguerite

📋 copy color: '#795BBC'

red 121 ◦ green 91 ◦ blue 188

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

Shades of Blue Marguerite #795BBC

Tints of Blue Marguerite #795BBC

RGB

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

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

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

R = 30.25%
G = 22.75%
B = 47%

CMYK

 C value IS 0.36

 M value IS 0.52

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#795BBC (or 0x795BBC) is known color: Blue Marguerite. HEX triplet: 79, 5B and BC. RGB value is (121,91,188). Sum of RGB (Red+Green+Blue) = 121+91+188=400 (52% of max value = 765). Red value is 121 (47.66% from 255 or 30.25% from 400); Green value is 91 (35.94% from 255 or 22.75% from 400); Blue value is 188 (73.83% from 255 or 47% from 400); Max value from RGB is 188 - color contains mainly: blue. Hex color #795BBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #795BBC is #86A443. Grayscale: #6E6E6E. Windows color (decimal): -8823876 or 12344185. OLE color: 12344185.

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

Color convert

RGB 121 91 188 -
CMYK 0.36 0.52 0 0.26
HSL 258.56º 0.42% 0.55% -
HSV(B) 258.56º 0.52% 0.74% -
XYZ 20.7 15.18 49.42 -
YUV 111.03 171.44 135.11 -
System Red Green Blue C M Y K H S L
Decimal 121 91 188 0.36 0.52 0 0.26 258.56 0.42 0.55
Hex 79 5B BC 24 34 0 1A 103 2A 37
Octal 171 133 274 44 64 0 32 403 52 67
Binary 1111001 1011011 10111100 100100 110100 0 11010 100000011 101010 110111

Color Harmonies of #795BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #795BBC

Black with #795BBC

Text Example


Text Example

White with #795BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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