Html Css Color HEX #7458AB Blue Marguerite

📋 copy color: '#7458AB'

red 116 ◦ green 88 ◦ blue 171

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

Shades of Blue Marguerite #7458AB

Tints of Blue Marguerite #7458AB

RGB

 RED value IS 116 (45.7% from 255) = 30.93%

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

 BLUE value IS 171 (67.19% from 255) = 45.6%

R = 30.93%
G = 23.47%
B = 45.6%

CMYK

 C value IS 0.32

 M value IS 0.49

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7458AB (or 0x7458AB) is known color: Blue Marguerite. HEX triplet: 74, 58 and AB. RGB value is (116,88,171). Sum of RGB (Red+Green+Blue) = 116+88+171=375 (49% of max value = 765). Red value is 116 (45.70% from 255 or 30.93% from 375); Green value is 88 (34.77% from 255 or 23.47% from 375); Blue value is 171 (67.19% from 255 or 45.6% from 375); Max value from RGB is 171 - color contains mainly: blue. Hex color #7458AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7458AB is #8BA754. Grayscale: #696969. Windows color (decimal): -9152341 or 11229300. OLE color: 11229300.

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

Color convert

RGB 116 88 171 -
CMYK 0.32 0.49 0 0.33
HSL 260.24º 0.33% 0.51% -
HSV(B) 260.24º 0.49% 0.67% -
XYZ 18.04 13.63 40.21 -
YUV 105.83 164.78 135.25 -
System Red Green Blue C M Y K H S L
Decimal 116 88 171 0.32 0.49 0 0.33 260.24 0.33 0.51
Hex 74 58 AB 20 31 0 21 104 21 33
Octal 164 130 253 40 61 0 41 404 41 63
Binary 1110100 1011000 10101011 100000 110001 0 100001 100000100 100001 110011

Color Harmonies of #7458AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7458AB

Black with #7458AB

Text Example


Text Example

White with #7458AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7458AB; }

 p { color: rgb(116,88,171); }

 H1.HeaderClassName
 {
   color: #7458AB;
 }
 .AnyTagClassName
 {
   color: #7458AB;
 }
</style>

background-color css

<style>
 a { background-color: #7458AB; }

 a { background-color: rgb(116,88,171); }

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

border-color css

<style>
 span { border-color: #7458AB; }

 span { border-color: rgb(116,88,171); }

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