Html Css Color HEX #705DCA Slate Blue

📋 copy color: '#705DCA'

red 112 ◦ green 93 ◦ blue 202

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

Shades of Slate Blue #705DCA

Tints of Slate Blue #705DCA

RGB

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

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

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

R = 27.52%
G = 22.85%
B = 49.63%

CMYK

 C value IS 0.45

 M value IS 0.54

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#705DCA (or 0x705DCA) is known color: Slate Blue. HEX triplet: 70, 5D and CA. RGB value is (112,93,202). Sum of RGB (Red+Green+Blue) = 112+93+202=407 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.52% from 407); Green value is 93 (36.72% from 255 or 22.85% from 407); Blue value is 202 (79.30% from 255 or 49.63% from 407); Max value from RGB is 202 - color contains mainly: blue. Hex color #705DCA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #705DCA is #8FA235. Grayscale: #6E6E6E. Windows color (decimal): -9413174 or 13262192. OLE color: 13262192.

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

Color convert

RGB 112 93 202 -
CMYK 0.45 0.54 0 0.21
HSL 250.46º 0.51% 0.58% -
HSV(B) 250.46º 0.54% 0.79% -
XYZ 21.26 15.54 57.76 -
YUV 111.11 179.29 128.64 -
System Red Green Blue C M Y K H S L
Decimal 112 93 202 0.45 0.54 0 0.21 250.46 0.51 0.58
Hex 70 5D CA 2D 36 0 15 FA 33 3A
Octal 160 135 312 55 66 0 25 372 63 72
Binary 1110000 1011101 11001010 101101 110110 0 10101 11111010 110011 111010

Color Harmonies of #705DCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705DCA

Black with #705DCA

Text Example


Text Example

White with #705DCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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