Html Css Color HEX #705AB3 Blue Marguerite

📋 copy color: '#705AB3'

red 112 ◦ green 90 ◦ blue 179

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

Shades of Blue Marguerite #705AB3

Tints of Blue Marguerite #705AB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 46.98%

R = 29.4%
G = 23.62%
B = 46.98%

CMYK

 C value IS 0.37

 M value IS 0.50

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#705AB3 (or 0x705AB3) is known color: Blue Marguerite. HEX triplet: 70, 5A and B3. RGB value is (112,90,179). Sum of RGB (Red+Green+Blue) = 112+90+179=381 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.40% from 381); Green value is 90 (35.55% from 255 or 23.62% from 381); Blue value is 179 (70.31% from 255 or 46.98% from 381); Max value from RGB is 179 - color contains mainly: blue. Hex color #705AB3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #705AB3 is #8FA54C. Grayscale: #6A6A6A. Windows color (decimal): -9413965 or 11754096. OLE color: 11754096.

HSL color Cylindrical-coordinate representation of color #705AB3: hue angle of 254.83º degrees, saturation: 0.37, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #705AB3 is Cyan = 0.37, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 112 90 179 -
CMYK 0.37 0.50 0 0.30
HSL 254.83º 0.37% 0.53% -
HSV(B) 254.83º 0.5% 0.7% -
XYZ 18.47 14.01 44.38 -
YUV 106.72 168.79 131.76 -
System Red Green Blue C M Y K H S L
Decimal 112 90 179 0.37 0.50 0 0.30 254.83 0.37 0.53
Hex 70 5A B3 25 32 0 1E FF 25 35
Octal 160 132 263 45 62 0 36 377 45 65
Binary 1110000 1011010 10110011 100101 110010 0 11110 11111111 100101 110101

Color Harmonies of #705AB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705AB3

Black with #705AB3

Text Example


Text Example

White with #705AB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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