#705DB8

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

Shades of Blue Marguerite #705DB8

Tints of Blue Marguerite #705DB8

Color information

#705DB8 (or 0x705DB8) is unknown color: approx Blue Marguerite. HEX triplet: 70, 5D and B8. RGB value is (112,93,184). Sum of RGB (Red+Green+Blue) = 112+93+184=389 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.79% from 389); Green value is 93 (36.72% from 255 or 23.91% from 389); Blue value is 184 (72.27% from 255 or 47.30% from 389); Max value from RGB is 184 - color contains mainly: blue. Hex color #705DB8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #705DB8 is #8FA247. Grayscale: #6C6C6C. Windows color (decimal): -9413192 or 12082544. OLE color: 12082544.

HSL color Cylindrical-coordinate representation of color #705DB8: hue angle of 252.53º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #705DB8 is Cyan = 0.39, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB11293184-
CMYK0.390.4900.28
HSL252.53º39.06%54.31%-
HSV(B)252.53º49.46%72.16%-
XYZ19.2514.7347.18-
YUV109.06170.29130.1-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 28.79%
GREEN value IS 93 (36.72% from 255) = 23.91%
BLUE value IS 184 (72.27% from 255) = 47.30%
R=28.79%
G=23.91%
B=47.30%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal112931840.390.4900.28252.5339.0654.31
Hex705DB8273101Cfd2736
Octal16013527047610343754766
Binary111000010111011011100010011111000101110011111101100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705DB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705DB8; }

 p { color: rgb(112,93,184); }

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

<style>
 a { background-color: #705DB8; }

 a { background-color: rgb(112,93,184); }

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

<style>
 span { border-color: #705DB8; }

 span { border-color: rgb(112,93,184); }

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