Html Css Color HEX #705AB6 Blue Marguerite

📋 copy color: '#705AB6'

red 112 ◦ green 90 ◦ blue 182

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

Shades of Blue Marguerite #705AB6

Tints of Blue Marguerite #705AB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 47.4%

R = 29.17%
G = 23.44%
B = 47.4%

CMYK

 C value IS 0.38

 M value IS 0.51

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#705AB6 (or 0x705AB6) is known color: Blue Marguerite. HEX triplet: 70, 5A and B6. RGB value is (112,90,182). Sum of RGB (Red+Green+Blue) = 112+90+182=384 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.17% from 384); Green value is 90 (35.55% from 255 or 23.44% from 384); Blue value is 182 (71.48% from 255 or 47.40% from 384); Max value from RGB is 182 - color contains mainly: blue. Hex color #705AB6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #705AB6 is #8FA549. Grayscale: #6A6A6A. Windows color (decimal): -9413962 or 11950704. OLE color: 11950704.

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

Color convert

RGB 112 90 182 -
CMYK 0.38 0.51 0 0.29
HSL 254.35º 0.39% 0.53% -
HSV(B) 254.35º 0.51% 0.71% -
XYZ 18.78 14.13 45.99 -
YUV 107.07 170.29 131.52 -
System Red Green Blue C M Y K H S L
Decimal 112 90 182 0.38 0.51 0 0.29 254.35 0.39 0.53
Hex 70 5A B6 26 33 0 1D FE 27 35
Octal 160 132 266 46 63 0 35 376 47 65
Binary 1110000 1011010 10110110 100110 110011 0 11101 11111110 100111 110101

Color Harmonies of #705AB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705AB6

Black with #705AB6

Text Example


Text Example

White with #705AB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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