Html Css Color HEX #705CCD Slate Blue

📋 copy color: '#705CCD'

red 112 ◦ green 92 ◦ blue 205

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

Shades of Slate Blue #705CCD

Tints of Slate Blue #705CCD

RGB

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

 GREEN value IS 92 (36.33% from 255) = 22.49%

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

R = 27.38%
G = 22.49%
B = 50.12%

CMYK

 C value IS 0.45

 M value IS 0.55

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#705CCD (or 0x705CCD) is known color: Slate Blue. HEX triplet: 70, 5C and CD. RGB value is (112,92,205). Sum of RGB (Red+Green+Blue) = 112+92+205=409 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.38% from 409); Green value is 92 (36.33% from 255 or 22.49% from 409); Blue value is 205 (80.47% from 255 or 50.12% from 409); Max value from RGB is 205 - color contains mainly: blue. Hex color #705CCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #705CCD is #8FA332. Grayscale: #6E6E6E. Windows color (decimal): -9413427 or 13458544. OLE color: 13458544.

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

Color convert

RGB 112 92 205 -
CMYK 0.45 0.55 0 0.20
HSL 250.62º 0.53% 0.58% -
HSV(B) 250.62º 0.55% 0.8% -
XYZ 21.53 15.51 59.62 -
YUV 110.86 181.13 128.81 -
System Red Green Blue C M Y K H S L
Decimal 112 92 205 0.45 0.55 0 0.20 250.62 0.53 0.58
Hex 70 5C CD 2D 37 0 14 FB 35 3A
Octal 160 134 315 55 67 0 24 373 65 72
Binary 1110000 1011100 11001101 101101 110111 0 10100 11111011 110101 111010

Color Harmonies of #705CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705CCD

Black with #705CCD

Text Example


Text Example

White with #705CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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