Html Css Color HEX #7258AB Blue Marguerite

📋 copy color: '#7258AB'

red 114 ◦ green 88 ◦ blue 171

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

Shades of Blue Marguerite #7258AB

Tints of Blue Marguerite #7258AB

RGB

 RED value IS 114 (44.92% from 255) = 30.56%

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

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

R = 30.56%
G = 23.59%
B = 45.84%

CMYK

 C value IS 0.33

 M value IS 0.49

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7258AB (or 0x7258AB) is known color: Blue Marguerite. HEX triplet: 72, 58 and AB. RGB value is (114,88,171). Sum of RGB (Red+Green+Blue) = 114+88+171=373 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.56% from 373); Green value is 88 (34.77% from 255 or 23.59% from 373); Blue value is 171 (67.19% from 255 or 45.84% from 373); Max value from RGB is 171 - color contains mainly: blue. Hex color #7258AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7258AB is #8DA754. Grayscale: #686868. Windows color (decimal): -9283413 or 11229298. OLE color: 11229298.

HSL color Cylindrical-coordinate representation of color #7258AB: hue angle of 258.8º 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 #7258AB is Cyan = 0.33, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 114 88 171 -
CMYK 0.33 0.49 0 0.33
HSL 258.8º 0.33% 0.51% -
HSV(B) 258.8º 0.49% 0.67% -
XYZ 17.78 13.5 40.2 -
YUV 105.24 165.11 134.25 -
System Red Green Blue C M Y K H S L
Decimal 114 88 171 0.33 0.49 0 0.33 258.8 0.33 0.51
Hex 72 58 AB 21 31 0 21 103 21 33
Octal 162 130 253 41 61 0 41 403 41 63
Binary 1110010 1011000 10101011 100001 110001 0 100001 100000011 100001 110011

Color Harmonies of #7258AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7258AB

Black with #7258AB

Text Example


Text Example

White with #7258AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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