Html Css Color HEX #7253BA Blue Marguerite

📋 copy color: '#7253BA'

red 114 ◦ green 83 ◦ blue 186

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

Shades of Blue Marguerite #7253BA

Tints of Blue Marguerite #7253BA

RGB

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

 GREEN value IS 83 (32.81% from 255) = 21.67%

 BLUE value IS 186 (73.05% from 255) = 48.56%

R = 29.77%
G = 21.67%
B = 48.56%

CMYK

 C value IS 0.39

 M value IS 0.55

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7253BA (or 0x7253BA) is known color: Blue Marguerite. HEX triplet: 72, 53 and BA. RGB value is (114,83,186). Sum of RGB (Red+Green+Blue) = 114+83+186=383 (50% of max value = 765). Red value is 114 (44.92% from 255 or 29.77% from 383); Green value is 83 (32.81% from 255 or 21.67% from 383); Blue value is 186 (73.05% from 255 or 48.56% from 383); Max value from RGB is 186 - color contains mainly: blue. Hex color #7253BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7253BA is #8DAC45. Grayscale: #676767. Windows color (decimal): -9284678 or 12211058. OLE color: 12211058.

HSL color Cylindrical-coordinate representation of color #7253BA: hue angle of 258.06º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7253BA is Cyan = 0.39, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 114 83 186 -
CMYK 0.39 0.55 0 0.27
HSL 258.06º 0.43% 0.53% -
HSV(B) 258.06º 0.55% 0.73% -
XYZ 18.9 13.31 48.03 -
YUV 104.01 174.27 135.12 -
System Red Green Blue C M Y K H S L
Decimal 114 83 186 0.39 0.55 0 0.27 258.06 0.43 0.53
Hex 72 53 BA 27 37 0 1B 102 2B 35
Octal 162 123 272 47 67 0 33 402 53 65
Binary 1110010 1010011 10111010 100111 110111 0 11011 100000010 101011 110101

Color Harmonies of #7253BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7253BA

Black with #7253BA

Text Example


Text Example

White with #7253BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7253BA; }

 p { color: rgb(114,83,186); }

 H1.HeaderClassName
 {
   color: #7253BA;
 }
 .AnyTagClassName
 {
   color: #7253BA;
 }
</style>

background-color css

<style>
 a { background-color: #7253BA; }

 a { background-color: rgb(114,83,186); }

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

border-color css

<style>
 span { border-color: #7253BA; }

 span { border-color: rgb(114,83,186); }

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