Html Css Color HEX #705DCB Slate Blue

📋 copy color: '#705DCB'

red 112 ◦ green 93 ◦ blue 203

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

Shades of Slate Blue #705DCB

Tints of Slate Blue #705DCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 49.75%

R = 27.45%
G = 22.79%
B = 49.75%

CMYK

 C value IS 0.45

 M value IS 0.54

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#705DCB (or 0x705DCB) is known color: Slate Blue. HEX triplet: 70, 5D and CB. RGB value is (112,93,203). Sum of RGB (Red+Green+Blue) = 112+93+203=408 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.45% from 408); Green value is 93 (36.72% from 255 or 22.79% from 408); Blue value is 203 (79.69% from 255 or 49.75% from 408); Max value from RGB is 203 - color contains mainly: blue. Hex color #705DCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #705DCB is #8FA234. Grayscale: #6E6E6E. Windows color (decimal): -9413173 or 13327728. OLE color: 13327728.

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

Color convert

RGB 112 93 203 -
CMYK 0.45 0.54 0 0.20
HSL 250.36º 0.51% 0.58% -
HSV(B) 250.36º 0.54% 0.8% -
XYZ 21.38 15.59 58.38 -
YUV 111.22 179.79 128.56 -
System Red Green Blue C M Y K H S L
Decimal 112 93 203 0.45 0.54 0 0.20 250.36 0.51 0.58
Hex 70 5D CB 2D 36 0 14 FA 33 3A
Octal 160 135 313 55 66 0 24 372 63 72
Binary 1110000 1011101 11001011 101101 110110 0 10100 11111010 110011 111010

Color Harmonies of #705DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705DCB

Black with #705DCB

Text Example


Text Example

White with #705DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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