Html Css Color HEX #705AB5 Blue Marguerite

📋 copy color: '#705AB5'

red 112 ◦ green 90 ◦ blue 181

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

Shades of Blue Marguerite #705AB5

Tints of Blue Marguerite #705AB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 47.26%

R = 29.24%
G = 23.5%
B = 47.26%

CMYK

 C value IS 0.38

 M value IS 0.50

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#705AB5 (or 0x705AB5) is known color: Blue Marguerite. HEX triplet: 70, 5A and B5. RGB value is (112,90,181). Sum of RGB (Red+Green+Blue) = 112+90+181=383 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.24% from 383); Green value is 90 (35.55% from 255 or 23.50% from 383); Blue value is 181 (71.09% from 255 or 47.26% from 383); Max value from RGB is 181 - color contains mainly: blue. Hex color #705AB5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #705AB5 is #8FA54A. Grayscale: #6A6A6A. Windows color (decimal): -9413963 or 11885168. OLE color: 11885168.

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

Color convert

RGB 112 90 181 -
CMYK 0.38 0.50 0 0.29
HSL 254.51º 0.38% 0.53% -
HSV(B) 254.51º 0.5% 0.71% -
XYZ 18.68 14.09 45.45 -
YUV 106.95 169.79 131.6 -
System Red Green Blue C M Y K H S L
Decimal 112 90 181 0.38 0.50 0 0.29 254.51 0.38 0.53
Hex 70 5A B5 26 32 0 1D FF 26 35
Octal 160 132 265 46 62 0 35 377 46 65
Binary 1110000 1011010 10110101 100110 110010 0 11101 11111111 100110 110101

Color Harmonies of #705AB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705AB5

Black with #705AB5

Text Example


Text Example

White with #705AB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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