#7152BC

Color #7152BC Blue Marguerite (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Marguerite #7152BC

Tints of Blue Marguerite #7152BC

Color information

#7152BC (or 0x7152BC) is unknown color: approx Blue Marguerite. HEX triplet: 71, 52 and BC. RGB value is (113,82,188). Sum of RGB (Red+Green+Blue) = 113+82+188=383 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.50% from 383); Green value is 82 (32.42% from 255 or 21.41% from 383); Blue value is 188 (73.83% from 255 or 49.09% from 383); Max value from RGB is 188 - color contains mainly: blue. Hex color #7152BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7152BC is #8EAD43. Grayscale: #666666. Windows color (decimal): -9350468 or 12341873. OLE color: 12341873.

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

Color convert

RGB11382188-
CMYK0.400.5600.26
HSL257.55º44.17%52.94%-
HSV(B)257.55º56.38%73.73%-
XYZ18.913.1849.12-
YUV103.35175.77134.88-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 29.50%
GREEN value IS 82 (32.42% from 255) = 21.41%
BLUE value IS 188 (73.83% from 255) = 49.09%
R=29.50%
G=21.41%
B=49.09%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal113821880.400.5600.26257.5544.1752.94
Hex7152BC283801A1022c35
Octal16112227450700324025465
Binary1110001101001010111100101000111000011010100000010101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7152BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #7152BC;
 }
 .AnyTagClassName
 {
   color: #7152BC;
 }
</style>
background-color css

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

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

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

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

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

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