Html Css Color HEX #705DDA Slate Blue

📋 copy color: '#705DDA'

red 112 ◦ green 93 ◦ blue 218

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

Shades of Slate Blue #705DDA

Tints of Slate Blue #705DDA

RGB

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

 GREEN value IS 93 (36.72% from 255) = 21.99%

 BLUE value IS 218 (85.55% from 255) = 51.54%

R = 26.48%
G = 21.99%
B = 51.54%

CMYK

 C value IS 0.49

 M value IS 0.57

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#705DDA (or 0x705DDA) is known color: Slate Blue. HEX triplet: 70, 5D and DA. RGB value is (112,93,218). Sum of RGB (Red+Green+Blue) = 112+93+218=423 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.48% from 423); Green value is 93 (36.72% from 255 or 21.99% from 423); Blue value is 218 (85.55% from 255 or 51.54% from 423); Max value from RGB is 218 - color contains mainly: blue. Hex color #705DDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #705DDA is #8FA225. Grayscale: #707070. Windows color (decimal): -9413158 or 14310768. OLE color: 14310768.

HSL color Cylindrical-coordinate representation of color #705DDA: hue angle of 249.12º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #705DDA is Cyan = 0.49, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 112 93 218 -
CMYK 0.49 0.57 0 0.15
HSL 249.12º 0.63% 0.61% -
HSV(B) 249.12º 0.57% 0.85% -
XYZ 23.25 16.34 68.26 -
YUV 112.93 187.29 127.34 -
System Red Green Blue C M Y K H S L
Decimal 112 93 218 0.49 0.57 0 0.15 249.12 0.63 0.61
Hex 70 5D DA 31 39 0 F F9 3F 3D
Octal 160 135 332 61 71 0 17 371 77 75
Binary 1110000 1011101 11011010 110001 111001 0 1111 11111001 111111 111101

Color Harmonies of #705DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705DDA

Black with #705DDA

Text Example


Text Example

White with #705DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,93,218); }

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

background-color css

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

 a { background-color: rgb(112,93,218); }

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

border-color css

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

 span { border-color: rgb(112,93,218); }

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