Html Css Color HEX #705DB4 Blue Marguerite

📋 copy color: '#705DB4'

red 112 ◦ green 93 ◦ blue 180

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

Shades of Blue Marguerite #705DB4

Tints of Blue Marguerite #705DB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 46.75%

R = 29.09%
G = 24.16%
B = 46.75%

CMYK

 C value IS 0.38

 M value IS 0.48

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#705DB4 (or 0x705DB4) is known color: Blue Marguerite. HEX triplet: 70, 5D and B4. RGB value is (112,93,180). Sum of RGB (Red+Green+Blue) = 112+93+180=385 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.09% from 385); Green value is 93 (36.72% from 255 or 24.16% from 385); Blue value is 180 (70.70% from 255 or 46.75% from 385); Max value from RGB is 180 - color contains mainly: blue. Hex color #705DB4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #705DB4 is #8FA24B. Grayscale: #6C6C6C. Windows color (decimal): -9413196 or 11820400. OLE color: 11820400.

HSL color Cylindrical-coordinate representation of color #705DB4: hue angle of 253.1º degrees, saturation: 0.37, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #705DB4 is Cyan = 0.38, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 112 93 180 -
CMYK 0.38 0.48 0 0.29
HSL 253.1º 0.37% 0.54% -
HSV(B) 253.1º 0.48% 0.71% -
XYZ 18.83 14.57 45 -
YUV 108.6 168.29 130.43 -
System Red Green Blue C M Y K H S L
Decimal 112 93 180 0.38 0.48 0 0.29 253.1 0.37 0.54
Hex 70 5D B4 26 30 0 1D FD 25 36
Octal 160 135 264 46 60 0 35 375 45 66
Binary 1110000 1011101 10110100 100110 110000 0 11101 11111101 100101 110110

Color Harmonies of #705DB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705DB4

Black with #705DB4

Text Example


Text Example

White with #705DB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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