Html Css Color HEX #705BCD Slate Blue

📋 copy color: '#705BCD'

red 112 ◦ green 91 ◦ blue 205

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

Shades of Slate Blue #705BCD

Tints of Slate Blue #705BCD

RGB

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

 GREEN value IS 91 (35.94% from 255) = 22.3%

 BLUE value IS 205 (80.47% from 255) = 50.25%

R = 27.45%
G = 22.3%
B = 50.25%

CMYK

 C value IS 0.45

 M value IS 0.56

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#705BCD (or 0x705BCD) is known color: Slate Blue. HEX triplet: 70, 5B and CD. RGB value is (112,91,205). Sum of RGB (Red+Green+Blue) = 112+91+205=408 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.45% from 408); Green value is 91 (35.94% from 255 or 22.30% from 408); Blue value is 205 (80.47% from 255 or 50.25% from 408); Max value from RGB is 205 - color contains mainly: blue. Hex color #705BCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #705BCD is #8FA432. Grayscale: #6D6D6D. Windows color (decimal): -9413683 or 13458288. OLE color: 13458288.

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

Color convert

RGB 112 91 205 -
CMYK 0.45 0.56 0 0.20
HSL 251.05º 0.53% 0.58% -
HSV(B) 251.05º 0.56% 0.8% -
XYZ 21.44 15.33 59.59 -
YUV 110.28 181.46 129.23 -
System Red Green Blue C M Y K H S L
Decimal 112 91 205 0.45 0.56 0 0.20 251.05 0.53 0.58
Hex 70 5B CD 2D 38 0 14 FB 35 3A
Octal 160 133 315 55 70 0 24 373 65 72
Binary 1110000 1011011 11001101 101101 111000 0 10100 11111011 110101 111010

Color Harmonies of #705BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705BCD

Black with #705BCD

Text Example


Text Example

White with #705BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,91,205); }

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

background-color css

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

 a { background-color: rgb(112,91,205); }

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

border-color css

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

 span { border-color: rgb(112,91,205); }

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