Html Css Color HEX #705DB0 Blue Marguerite

📋 copy color: '#705DB0'

red 112 ◦ green 93 ◦ blue 176

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

Shades of Blue Marguerite #705DB0

Tints of Blue Marguerite #705DB0

RGB

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

 GREEN value IS 93 (36.72% from 255) = 24.41%

 BLUE value IS 176 (69.14% from 255) = 46.19%

R = 29.4%
G = 24.41%
B = 46.19%

CMYK

 C value IS 0.36

 M value IS 0.47

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#705DB0 (or 0x705DB0) is known color: Blue Marguerite. HEX triplet: 70, 5D and B0. RGB value is (112,93,176). Sum of RGB (Red+Green+Blue) = 112+93+176=381 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.40% from 381); Green value is 93 (36.72% from 255 or 24.41% from 381); Blue value is 176 (69.14% from 255 or 46.19% from 381); Max value from RGB is 176 - color contains mainly: blue. Hex color #705DB0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #705DB0 is #8FA24F. Grayscale: #6B6B6B. Windows color (decimal): -9413200 or 11558256. OLE color: 11558256.

HSL color Cylindrical-coordinate representation of color #705DB0: hue angle of 253.73º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #705DB0 is Cyan = 0.36, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 112 93 176 -
CMYK 0.36 0.47 0 0.31
HSL 253.73º 0.34% 0.53% -
HSV(B) 253.73º 0.47% 0.69% -
XYZ 18.43 14.41 42.88 -
YUV 108.14 166.29 130.75 -
System Red Green Blue C M Y K H S L
Decimal 112 93 176 0.36 0.47 0 0.31 253.73 0.34 0.53
Hex 70 5D B0 24 2F 0 1F FE 22 35
Octal 160 135 260 44 57 0 37 376 42 65
Binary 1110000 1011101 10110000 100100 101111 0 11111 11111110 100010 110101

Color Harmonies of #705DB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705DB0

Black with #705DB0

Text Example


Text Example

White with #705DB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #705DB0;
 }
 .AnyTagClassName
 {
   color: #705DB0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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