Html Css Color HEX #705BB8 Blue Marguerite

📋 copy color: '#705BB8'

red 112 ◦ green 91 ◦ blue 184

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

Shades of Blue Marguerite #705BB8

Tints of Blue Marguerite #705BB8

RGB

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

 GREEN value IS 91 (35.94% from 255) = 23.51%

 BLUE value IS 184 (72.27% from 255) = 47.55%

R = 28.94%
G = 23.51%
B = 47.55%

CMYK

 C value IS 0.39

 M value IS 0.51

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#705BB8 (or 0x705BB8) is known color: Blue Marguerite. HEX triplet: 70, 5B and B8. RGB value is (112,91,184). Sum of RGB (Red+Green+Blue) = 112+91+184=387 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.94% from 387); Green value is 91 (35.94% from 255 or 23.51% from 387); Blue value is 184 (72.27% from 255 or 47.55% from 387); Max value from RGB is 184 - color contains mainly: blue. Hex color #705BB8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #705BB8 is #8FA447. Grayscale: #6B6B6B. Windows color (decimal): -9413704 or 12082032. OLE color: 12082032.

HSL color Cylindrical-coordinate representation of color #705BB8: hue angle of 253.55º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #705BB8 is Cyan = 0.39, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 112 91 184 -
CMYK 0.39 0.51 0 0.28
HSL 253.55º 0.4% 0.54% -
HSV(B) 253.55º 0.51% 0.72% -
XYZ 19.07 14.39 47.12 -
YUV 107.88 170.96 130.94 -
System Red Green Blue C M Y K H S L
Decimal 112 91 184 0.39 0.51 0 0.28 253.55 0.4 0.54
Hex 70 5B B8 27 33 0 1C FE 28 36
Octal 160 133 270 47 63 0 34 376 50 66
Binary 1110000 1011011 10111000 100111 110011 0 11100 11111110 101000 110110

Color Harmonies of #705BB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705BB8

Black with #705BB8

Text Example


Text Example

White with #705BB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,91,184); }

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

background-color css

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

 a { background-color: rgb(112,91,184); }

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

border-color css

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

 span { border-color: rgb(112,91,184); }

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