Html Css Color HEX #705DBD Blue Marguerite

📋 copy color: '#705DBD'

red 112 ◦ green 93 ◦ blue 189

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

Shades of Blue Marguerite #705DBD

Tints of Blue Marguerite #705DBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 47.97%

R = 28.43%
G = 23.6%
B = 47.97%

CMYK

 C value IS 0.41

 M value IS 0.51

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#705DBD (or 0x705DBD) is known color: Blue Marguerite. HEX triplet: 70, 5D and BD. RGB value is (112,93,189). Sum of RGB (Red+Green+Blue) = 112+93+189=394 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.43% from 394); Green value is 93 (36.72% from 255 or 23.60% from 394); Blue value is 189 (74.22% from 255 or 47.97% from 394); Max value from RGB is 189 - color contains mainly: blue. Hex color #705DBD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #705DBD is #8FA242. Grayscale: #6D6D6D. Windows color (decimal): -9413187 or 12410224. OLE color: 12410224.

HSL color Cylindrical-coordinate representation of color #705DBD: hue angle of 251.87º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #705DBD is Cyan = 0.41, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 112 93 189 -
CMYK 0.41 0.51 0 0.26
HSL 251.88º 0.42% 0.55% -
HSV(B) 251.88º 0.51% 0.74% -
XYZ 19.78 14.95 49.99 -
YUV 109.63 172.79 129.69 -
System Red Green Blue C M Y K H S L
Decimal 112 93 189 0.41 0.51 0 0.26 251.88 0.42 0.55
Hex 70 5D BD 29 33 0 1A FC 2A 37
Octal 160 135 275 51 63 0 32 374 52 67
Binary 1110000 1011101 10111101 101001 110011 0 11010 11111100 101010 110111

Color Harmonies of #705DBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705DBD

Black with #705DBD

Text Example


Text Example

White with #705DBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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