Html Css Color HEX #705DCE Slate Blue

📋 copy color: '#705DCE'

red 112 ◦ green 93 ◦ blue 206

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

Shades of Slate Blue #705DCE

Tints of Slate Blue #705DCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 50.12%

R = 27.25%
G = 22.63%
B = 50.12%

CMYK

 C value IS 0.46

 M value IS 0.55

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#705DCE (or 0x705DCE) is known color: Slate Blue. HEX triplet: 70, 5D and CE. RGB value is (112,93,206). Sum of RGB (Red+Green+Blue) = 112+93+206=411 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.25% from 411); Green value is 93 (36.72% from 255 or 22.63% from 411); Blue value is 206 (80.86% from 255 or 50.12% from 411); Max value from RGB is 206 - color contains mainly: blue. Hex color #705DCE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #705DCE is #8FA231. Grayscale: #6F6F6F. Windows color (decimal): -9413170 or 13524336. OLE color: 13524336.

HSL color Cylindrical-coordinate representation of color #705DCE: hue angle of 250.09º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #705DCE is Cyan = 0.46, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 112 93 206 -
CMYK 0.46 0.55 0 0.19
HSL 250.09º 0.54% 0.59% -
HSV(B) 250.09º 0.55% 0.81% -
XYZ 21.74 15.73 60.28 -
YUV 111.56 181.29 128.31 -
System Red Green Blue C M Y K H S L
Decimal 112 93 206 0.46 0.55 0 0.19 250.09 0.54 0.59
Hex 70 5D CE 2E 37 0 13 FA 36 3B
Octal 160 135 316 56 67 0 23 372 66 73
Binary 1110000 1011101 11001110 101110 110111 0 10011 11111010 110110 111011

Color Harmonies of #705DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705DCE

Black with #705DCE

Text Example


Text Example

White with #705DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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