Html Css Color HEX #7058BA Blue Marguerite

📋 copy color: '#7058BA'

red 112 ◦ green 88 ◦ blue 186

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

Shades of Blue Marguerite #7058BA

Tints of Blue Marguerite #7058BA

RGB

 RED value IS 112 (44.14% from 255) = 29.02%

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

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

R = 29.02%
G = 22.8%
B = 48.19%

CMYK

 C value IS 0.40

 M value IS 0.53

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7058BA (or 0x7058BA) is known color: Blue Marguerite. HEX triplet: 70, 58 and BA. RGB value is (112,88,186). Sum of RGB (Red+Green+Blue) = 112+88+186=386 (51% of max value = 765). Red value is 112 (44.14% from 255 or 29.02% from 386); Green value is 88 (34.77% from 255 or 22.80% from 386); Blue value is 186 (73.05% from 255 or 48.19% from 386); Max value from RGB is 186 - color contains mainly: blue. Hex color #7058BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7058BA is #8FA745. Grayscale: #696969. Windows color (decimal): -9414470 or 12212336. OLE color: 12212336.

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

Color convert

RGB 112 88 186 -
CMYK 0.40 0.53 0 0.27
HSL 254.69º 0.42% 0.54% -
HSV(B) 254.69º 0.53% 0.73% -
XYZ 19.03 13.97 48.15 -
YUV 106.35 172.95 132.03 -
System Red Green Blue C M Y K H S L
Decimal 112 88 186 0.40 0.53 0 0.27 254.69 0.42 0.54
Hex 70 58 BA 28 35 0 1B FF 2A 36
Octal 160 130 272 50 65 0 33 377 52 66
Binary 1110000 1011000 10111010 101000 110101 0 11011 11111111 101010 110110

Color Harmonies of #7058BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7058BA

Black with #7058BA

Text Example


Text Example

White with #7058BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,88,186); }

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

background-color css

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

 a { background-color: rgb(112,88,186); }

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

border-color css

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

 span { border-color: rgb(112,88,186); }

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