Html Css Color HEX #705DBE Blue Marguerite

📋 copy color: '#705DBE'

red 112 ◦ green 93 ◦ blue 190

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

Shades of Blue Marguerite #705DBE

Tints of Blue Marguerite #705DBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 48.1%

R = 28.35%
G = 23.54%
B = 48.1%

CMYK

 C value IS 0.41

 M value IS 0.51

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#705DBE (or 0x705DBE) is known color: Blue Marguerite. HEX triplet: 70, 5D and BE. RGB value is (112,93,190). Sum of RGB (Red+Green+Blue) = 112+93+190=395 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.35% from 395); Green value is 93 (36.72% from 255 or 23.54% from 395); Blue value is 190 (74.61% from 255 or 48.10% from 395); Max value from RGB is 190 - color contains mainly: blue. Hex color #705DBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #705DBE is #8FA241. Grayscale: #6D6D6D. Windows color (decimal): -9413186 or 12475760. OLE color: 12475760.

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

Color convert

RGB 112 93 190 -
CMYK 0.41 0.51 0 0.25
HSL 251.75º 0.43% 0.55% -
HSV(B) 251.75º 0.51% 0.75% -
XYZ 19.89 14.99 50.56 -
YUV 109.74 173.29 129.61 -
System Red Green Blue C M Y K H S L
Decimal 112 93 190 0.41 0.51 0 0.25 251.75 0.43 0.55
Hex 70 5D BE 29 33 0 19 FC 2B 37
Octal 160 135 276 51 63 0 31 374 53 67
Binary 1110000 1011101 10111110 101001 110011 0 11001 11111100 101011 110111

Color Harmonies of #705DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705DBE

Black with #705DBE

Text Example


Text Example

White with #705DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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