Html Css Color HEX #705BB4 Blue Marguerite

📋 copy color: '#705BB4'

red 112 ◦ green 91 ◦ blue 180

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

Shades of Blue Marguerite #705BB4

Tints of Blue Marguerite #705BB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 47%

R = 29.24%
G = 23.76%
B = 47%

CMYK

 C value IS 0.38

 M value IS 0.49

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#705BB4 (or 0x705BB4) is known color: Blue Marguerite. HEX triplet: 70, 5B and B4. RGB value is (112,91,180). Sum of RGB (Red+Green+Blue) = 112+91+180=383 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.24% from 383); Green value is 91 (35.94% from 255 or 23.76% from 383); Blue value is 180 (70.70% from 255 or 47.00% from 383); Max value from RGB is 180 - color contains mainly: blue. Hex color #705BB4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #705BB4 is #8FA44B. Grayscale: #6B6B6B. Windows color (decimal): -9413708 or 11819888. OLE color: 11819888.

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

Color convert

RGB 112 91 180 -
CMYK 0.38 0.49 0 0.29
HSL 254.16º 0.37% 0.53% -
HSV(B) 254.16º 0.49% 0.71% -
XYZ 18.66 14.22 44.94 -
YUV 107.43 168.96 131.26 -
System Red Green Blue C M Y K H S L
Decimal 112 91 180 0.38 0.49 0 0.29 254.16 0.37 0.53
Hex 70 5B B4 26 31 0 1D FE 25 35
Octal 160 133 264 46 61 0 35 376 45 65
Binary 1110000 1011011 10110100 100110 110001 0 11101 11111110 100101 110101

Color Harmonies of #705BB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705BB4

Black with #705BB4

Text Example


Text Example

White with #705BB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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