Html Css Color HEX #705ABA Blue Marguerite

📋 copy color: '#705ABA'

red 112 ◦ green 90 ◦ blue 186

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

Shades of Blue Marguerite #705ABA

Tints of Blue Marguerite #705ABA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 47.94%

R = 28.87%
G = 23.2%
B = 47.94%

CMYK

 C value IS 0.40

 M value IS 0.52

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#705ABA (or 0x705ABA) is known color: Blue Marguerite. HEX triplet: 70, 5A and BA. RGB value is (112,90,186). Sum of RGB (Red+Green+Blue) = 112+90+186=388 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.87% from 388); Green value is 90 (35.55% from 255 or 23.20% from 388); Blue value is 186 (73.05% from 255 or 47.94% from 388); Max value from RGB is 186 - color contains mainly: blue. Hex color #705ABA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #705ABA is #8FA545. Grayscale: #6B6B6B. Windows color (decimal): -9413958 or 12212848. OLE color: 12212848.

HSL color Cylindrical-coordinate representation of color #705ABA: hue angle of 253.75º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #705ABA is Cyan = 0.40, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 112 90 186 -
CMYK 0.40 0.52 0 0.27
HSL 253.75º 0.41% 0.54% -
HSV(B) 253.75º 0.52% 0.73% -
XYZ 19.2 14.3 48.2 -
YUV 107.52 172.29 131.19 -
System Red Green Blue C M Y K H S L
Decimal 112 90 186 0.40 0.52 0 0.27 253.75 0.41 0.54
Hex 70 5A BA 28 34 0 1B FE 29 36
Octal 160 132 272 50 64 0 33 376 51 66
Binary 1110000 1011010 10111010 101000 110100 0 11011 11111110 101001 110110

Color Harmonies of #705ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705ABA

Black with #705ABA

Text Example


Text Example

White with #705ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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