Html Css Color HEX #705BBB Blue Marguerite

📋 copy color: '#705BBB'

red 112 ◦ green 91 ◦ blue 187

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

Shades of Blue Marguerite #705BBB

Tints of Blue Marguerite #705BBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 47.95%

R = 28.72%
G = 23.33%
B = 47.95%

CMYK

 C value IS 0.40

 M value IS 0.51

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#705BBB (or 0x705BBB) is known color: Blue Marguerite. HEX triplet: 70, 5B and BB. RGB value is (112,91,187). Sum of RGB (Red+Green+Blue) = 112+91+187=390 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.72% from 390); Green value is 91 (35.94% from 255 or 23.33% from 390); Blue value is 187 (73.44% from 255 or 47.95% from 390); Max value from RGB is 187 - color contains mainly: blue. Hex color #705BBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #705BBB is #8FA444. Grayscale: #6B6B6B. Windows color (decimal): -9413701 or 12278640. OLE color: 12278640.

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

Color convert

RGB 112 91 187 -
CMYK 0.40 0.51 0 0.27
HSL 253.13º 0.41% 0.55% -
HSV(B) 253.13º 0.51% 0.73% -
XYZ 19.39 14.51 48.79 -
YUV 108.22 172.46 130.69 -
System Red Green Blue C M Y K H S L
Decimal 112 91 187 0.40 0.51 0 0.27 253.13 0.41 0.55
Hex 70 5B BB 28 33 0 1B FD 29 37
Octal 160 133 273 50 63 0 33 375 51 67
Binary 1110000 1011011 10111011 101000 110011 0 11011 11111101 101001 110111

Color Harmonies of #705BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705BBB

Black with #705BBB

Text Example


Text Example

White with #705BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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