Html Css Color HEX #7758AE Blue Marguerite

📋 copy color: '#7758AE'

red 119 ◦ green 88 ◦ blue 174

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

Shades of Blue Marguerite #7758AE

Tints of Blue Marguerite #7758AE

RGB

 RED value IS 119 (46.88% from 255) = 31.23%

 GREEN value IS 88 (34.77% from 255) = 23.1%

 BLUE value IS 174 (68.36% from 255) = 45.67%

R = 31.23%
G = 23.1%
B = 45.67%

CMYK

 C value IS 0.32

 M value IS 0.49

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7758AE (or 0x7758AE) is known color: Blue Marguerite. HEX triplet: 77, 58 and AE. RGB value is (119,88,174). Sum of RGB (Red+Green+Blue) = 119+88+174=381 (50% of max value = 765). Red value is 119 (46.88% from 255 or 31.23% from 381); Green value is 88 (34.77% from 255 or 23.10% from 381); Blue value is 174 (68.36% from 255 or 45.67% from 381); Max value from RGB is 174 - color contains mainly: blue. Hex color #7758AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7758AE is #88A751. Grayscale: #6A6A6A. Windows color (decimal): -8955730 or 11425911. OLE color: 11425911.

HSL color Cylindrical-coordinate representation of color #7758AE: hue angle of 261.63º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7758AE is Cyan = 0.32, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 119 88 174 -
CMYK 0.32 0.49 0 0.32
HSL 261.63º 0.35% 0.51% -
HSV(B) 261.63º 0.49% 0.68% -
XYZ 18.74 13.96 41.75 -
YUV 107.07 165.77 136.51 -
System Red Green Blue C M Y K H S L
Decimal 119 88 174 0.32 0.49 0 0.32 261.63 0.35 0.51
Hex 77 58 AE 20 31 0 20 106 23 33
Octal 167 130 256 40 61 0 40 406 43 63
Binary 1110111 1011000 10101110 100000 110001 0 100000 100000110 100011 110011

Color Harmonies of #7758AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7758AE

Black with #7758AE

Text Example


Text Example

White with #7758AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7758AE; }

 p { color: rgb(119,88,174); }

 H1.HeaderClassName
 {
   color: #7758AE;
 }
 .AnyTagClassName
 {
   color: #7758AE;
 }
</style>

background-color css

<style>
 a { background-color: #7758AE; }

 a { background-color: rgb(119,88,174); }

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

border-color css

<style>
 span { border-color: #7758AE; }

 span { border-color: rgb(119,88,174); }

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