Html Css Color HEX #705BD3 Slate Blue

📋 copy color: '#705BD3'

red 112 ◦ green 91 ◦ blue 211

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

Shades of Slate Blue #705BD3

Tints of Slate Blue #705BD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 50.97%

R = 27.05%
G = 21.98%
B = 50.97%

CMYK

 C value IS 0.47

 M value IS 0.57

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#705BD3 (or 0x705BD3) is known color: Slate Blue. HEX triplet: 70, 5B and D3. RGB value is (112,91,211). Sum of RGB (Red+Green+Blue) = 112+91+211=414 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.05% from 414); Green value is 91 (35.94% from 255 or 21.98% from 414); Blue value is 211 (82.81% from 255 or 50.97% from 414); Max value from RGB is 211 - color contains mainly: blue. Hex color #705BD3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #705BD3 is #8FA42C. Grayscale: #6E6E6E. Windows color (decimal): -9413677 or 13851504. OLE color: 13851504.

HSL color Cylindrical-coordinate representation of color #705BD3: hue angle of 250.5º degrees, saturation: 0.58, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #705BD3 is Cyan = 0.47, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 112 91 211 -
CMYK 0.47 0.57 0 0.17
HSL 250.5º 0.58% 0.59% -
HSV(B) 250.5º 0.57% 0.83% -
XYZ 22.18 15.63 63.48 -
YUV 110.96 184.46 128.74 -
System Red Green Blue C M Y K H S L
Decimal 112 91 211 0.47 0.57 0 0.17 250.5 0.58 0.59
Hex 70 5B D3 2F 39 0 11 FB 3A 3B
Octal 160 133 323 57 71 0 21 373 72 73
Binary 1110000 1011011 11010011 101111 111001 0 10001 11111011 111010 111011

Color Harmonies of #705BD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705BD3

Black with #705BD3

Text Example


Text Example

White with #705BD3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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