Html Css Color HEX #795ABB Blue Marguerite

📋 copy color: '#795ABB'

red 121 ◦ green 90 ◦ blue 187

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

Shades of Blue Marguerite #795ABB

Tints of Blue Marguerite #795ABB

RGB

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

 GREEN value IS 90 (35.55% from 255) = 22.61%

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

R = 30.4%
G = 22.61%
B = 46.98%

CMYK

 C value IS 0.35

 M value IS 0.52

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#795ABB (or 0x795ABB) is known color: Blue Marguerite. HEX triplet: 79, 5A and BB. RGB value is (121,90,187). Sum of RGB (Red+Green+Blue) = 121+90+187=398 (52% of max value = 765). Red value is 121 (47.66% from 255 or 30.40% from 398); Green value is 90 (35.55% from 255 or 22.61% from 398); Blue value is 187 (73.44% from 255 or 46.98% from 398); Max value from RGB is 187 - color contains mainly: blue. Hex color #795ABB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #795ABB is #86A544. Grayscale: #6D6D6D. Windows color (decimal): -8824133 or 12278393. OLE color: 12278393.

HSL color Cylindrical-coordinate representation of color #795ABB: hue angle of 259.18º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #795ABB is Cyan = 0.35, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 121 90 187 -
CMYK 0.35 0.52 0 0.27
HSL 259.18º 0.42% 0.54% -
HSV(B) 259.18º 0.52% 0.73% -
XYZ 20.51 14.97 48.82 -
YUV 110.33 171.27 135.61 -
System Red Green Blue C M Y K H S L
Decimal 121 90 187 0.35 0.52 0 0.27 259.18 0.42 0.54
Hex 79 5A BB 23 34 0 1B 103 2A 36
Octal 171 132 273 43 64 0 33 403 52 66
Binary 1111001 1011010 10111011 100011 110100 0 11011 100000011 101010 110110

Color Harmonies of #795ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #795ABB

Black with #795ABB

Text Example


Text Example

White with #795ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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