Html Css Color HEX #705ECA Slate Blue

📋 copy color: '#705ECA'

red 112 ◦ green 94 ◦ blue 202

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

Shades of Slate Blue #705ECA

Tints of Slate Blue #705ECA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 49.51%

R = 27.45%
G = 23.04%
B = 49.51%

CMYK

 C value IS 0.45

 M value IS 0.53

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#705ECA (or 0x705ECA) is known color: Slate Blue. HEX triplet: 70, 5E and CA. RGB value is (112,94,202). Sum of RGB (Red+Green+Blue) = 112+94+202=408 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.45% from 408); Green value is 94 (37.11% from 255 or 23.04% from 408); Blue value is 202 (79.30% from 255 or 49.51% from 408); Max value from RGB is 202 - color contains mainly: blue. Hex color #705ECA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #705ECA is #8FA135. Grayscale: #6F6F6F. Windows color (decimal): -9412918 or 13262448. OLE color: 13262448.

HSL color Cylindrical-coordinate representation of color #705ECA: hue angle of 250º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #705ECA is Cyan = 0.45, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 112 94 202 -
CMYK 0.45 0.53 0 0.21
HSL 250º 0.5% 0.58% -
HSV(B) 250º 0.53% 0.79% -
XYZ 21.35 15.71 57.79 -
YUV 111.69 178.96 128.22 -
System Red Green Blue C M Y K H S L
Decimal 112 94 202 0.45 0.53 0 0.21 250 0.5 0.58
Hex 70 5E CA 2D 35 0 15 FA 32 3A
Octal 160 136 312 55 65 0 25 372 62 72
Binary 1110000 1011110 11001010 101101 110101 0 10101 11111010 110010 111010

Color Harmonies of #705ECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705ECA

Black with #705ECA

Text Example


Text Example

White with #705ECA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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