Html Css Color HEX #7158BC Blue Marguerite

📋 copy color: '#7158BC'

red 113 ◦ green 88 ◦ blue 188

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

Shades of Blue Marguerite #7158BC

Tints of Blue Marguerite #7158BC

RGB

 RED value IS 113 (44.53% from 255) = 29.05%

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

 BLUE value IS 188 (73.83% from 255) = 48.33%

R = 29.05%
G = 22.62%
B = 48.33%

CMYK

 C value IS 0.40

 M value IS 0.53

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7158BC (or 0x7158BC) is known color: Blue Marguerite. HEX triplet: 71, 58 and BC. RGB value is (113,88,188). Sum of RGB (Red+Green+Blue) = 113+88+188=389 (51% of max value = 765). Red value is 113 (44.53% from 255 or 29.05% from 389); Green value is 88 (34.77% from 255 or 22.62% from 389); Blue value is 188 (73.83% from 255 or 48.33% from 389); Max value from RGB is 188 - color contains mainly: blue. Hex color #7158BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7158BC is #8EA743. Grayscale: #6A6A6A. Windows color (decimal): -9348932 or 12343409. OLE color: 12343409.

HSL color Cylindrical-coordinate representation of color #7158BC: hue angle of 255º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7158BC is Cyan = 0.40, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 113 88 188 -
CMYK 0.40 0.53 0 0.26
HSL 255º 0.43% 0.54% -
HSV(B) 255º 0.53% 0.74% -
XYZ 19.38 14.12 49.28 -
YUV 106.88 173.78 132.37 -
System Red Green Blue C M Y K H S L
Decimal 113 88 188 0.40 0.53 0 0.26 255 0.43 0.54
Hex 71 58 BC 28 35 0 1A FF 2B 36
Octal 161 130 274 50 65 0 32 377 53 66
Binary 1110001 1011000 10111100 101000 110101 0 11010 11111111 101011 110110

Color Harmonies of #7158BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7158BC

Black with #7158BC

Text Example


Text Example

White with #7158BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7158BC; }

 p { color: rgb(113,88,188); }

 H1.HeaderClassName
 {
   color: #7158BC;
 }
 .AnyTagClassName
 {
   color: #7158BC;
 }
</style>

background-color css

<style>
 a { background-color: #7158BC; }

 a { background-color: rgb(113,88,188); }

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

border-color css

<style>
 span { border-color: #7158BC; }

 span { border-color: rgb(113,88,188); }

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