Html Css Color HEX #705ABD Blue Marguerite

📋 copy color: '#705ABD'

red 112 ◦ green 90 ◦ blue 189

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

Shades of Blue Marguerite #705ABD

Tints of Blue Marguerite #705ABD

RGB

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

 GREEN value IS 90 (35.55% from 255) = 23.02%

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

R = 28.64%
G = 23.02%
B = 48.34%

CMYK

 C value IS 0.41

 M value IS 0.52

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#705ABD (or 0x705ABD) is known color: Blue Marguerite. HEX triplet: 70, 5A and BD. RGB value is (112,90,189). Sum of RGB (Red+Green+Blue) = 112+90+189=391 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.64% from 391); Green value is 90 (35.55% from 255 or 23.02% from 391); Blue value is 189 (74.22% from 255 or 48.34% from 391); Max value from RGB is 189 - color contains mainly: blue. Hex color #705ABD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #705ABD is #8FA542. Grayscale: #6B6B6B. Windows color (decimal): -9413955 or 12409456. OLE color: 12409456.

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

Color convert

RGB 112 90 189 -
CMYK 0.41 0.52 0 0.26
HSL 253.33º 0.43% 0.55% -
HSV(B) 253.33º 0.52% 0.74% -
XYZ 19.52 14.43 49.9 -
YUV 107.86 173.79 130.95 -
System Red Green Blue C M Y K H S L
Decimal 112 90 189 0.41 0.52 0 0.26 253.33 0.43 0.55
Hex 70 5A BD 29 34 0 1A FD 2B 37
Octal 160 132 275 51 64 0 32 375 53 67
Binary 1110000 1011010 10111101 101001 110100 0 11010 11111101 101011 110111

Color Harmonies of #705ABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705ABD

Black with #705ABD

Text Example


Text Example

White with #705ABD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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