Html Css Color HEX #705EDD Slate Blue

📋 copy color: '#705EDD'

red 112 ◦ green 94 ◦ blue 221

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

Shades of Slate Blue #705EDD

Tints of Slate Blue #705EDD

RGB

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

 GREEN value IS 94 (37.11% from 255) = 22.01%

 BLUE value IS 221 (86.72% from 255) = 51.76%

R = 26.23%
G = 22.01%
B = 51.76%

CMYK

 C value IS 0.49

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#705EDD (or 0x705EDD) is known color: Slate Blue. HEX triplet: 70, 5E and DD. RGB value is (112,94,221). Sum of RGB (Red+Green+Blue) = 112+94+221=427 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.23% from 427); Green value is 94 (37.11% from 255 or 22.01% from 427); Blue value is 221 (86.72% from 255 or 51.76% from 427); Max value from RGB is 221 - color contains mainly: blue. Hex color #705EDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #705EDD is #8FA122. Grayscale: #717171. Windows color (decimal): -9412899 or 14507632. OLE color: 14507632.

HSL color Cylindrical-coordinate representation of color #705EDD: hue angle of 248.5º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #705EDD is Cyan = 0.49, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 112 94 221 -
CMYK 0.49 0.57 0 0.13
HSL 248.5º 0.65% 0.62% -
HSV(B) 248.5º 0.57% 0.87% -
XYZ 23.74 16.67 70.37 -
YUV 113.86 188.46 126.67 -
System Red Green Blue C M Y K H S L
Decimal 112 94 221 0.49 0.57 0 0.13 248.5 0.65 0.62
Hex 70 5E DD 31 39 0 D F9 41 3E
Octal 160 136 335 61 71 0 15 371 101 76
Binary 1110000 1011110 11011101 110001 111001 0 1101 11111001 1000001 111110

Color Harmonies of #705EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705EDD

Black with #705EDD

Text Example


Text Example

White with #705EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,94,221); }

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

background-color css

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

 a { background-color: rgb(112,94,221); }

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

border-color css

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

 span { border-color: rgb(112,94,221); }

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