Html Css Color HEX #795EBB Blue Marguerite

📋 copy color: '#795EBB'

red 121 ◦ green 94 ◦ blue 187

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

Shades of Blue Marguerite #795EBB

Tints of Blue Marguerite #795EBB

RGB

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

 GREEN value IS 94 (37.11% from 255) = 23.38%

 BLUE value IS 187 (73.44% from 255) = 46.52%

R = 30.1%
G = 23.38%
B = 46.52%

CMYK

 C value IS 0.35

 M value IS 0.50

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#795EBB (or 0x795EBB) is known color: Blue Marguerite. HEX triplet: 79, 5E and BB. RGB value is (121,94,187). Sum of RGB (Red+Green+Blue) = 121+94+187=402 (53% of max value = 765). Red value is 121 (47.66% from 255 or 30.10% from 402); Green value is 94 (37.11% from 255 or 23.38% from 402); Blue value is 187 (73.44% from 255 or 46.52% from 402); Max value from RGB is 187 - color contains mainly: blue. Hex color #795EBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #795EBB is #86A144. Grayscale: #707070. Windows color (decimal): -8823109 or 12279417. OLE color: 12279417.

HSL color Cylindrical-coordinate representation of color #795EBB: hue angle of 257.42º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #795EBB is Cyan = 0.35, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 121 94 187 -
CMYK 0.35 0.50 0 0.27
HSL 257.42º 0.41% 0.55% -
HSV(B) 257.42º 0.5% 0.73% -
XYZ 20.86 15.66 48.94 -
YUV 112.68 169.95 133.94 -
System Red Green Blue C M Y K H S L
Decimal 121 94 187 0.35 0.50 0 0.27 257.42 0.41 0.55
Hex 79 5E BB 23 32 0 1B 101 29 37
Octal 171 136 273 43 62 0 33 401 51 67
Binary 1111001 1011110 10111011 100011 110010 0 11011 100000001 101001 110111

Color Harmonies of #795EBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #795EBB

Black with #795EBB

Text Example


Text Example

White with #795EBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(121,94,187); }

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

background-color css

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

 a { background-color: rgb(121,94,187); }

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

border-color css

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

 span { border-color: rgb(121,94,187); }

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