Html Css Color HEX #705CDE Slate Blue

📋 copy color: '#705CDE'

red 112 ◦ green 92 ◦ blue 222

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

Shades of Slate Blue #705CDE

Tints of Slate Blue #705CDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 52.11%

R = 26.29%
G = 21.6%
B = 52.11%

CMYK

 C value IS 0.50

 M value IS 0.59

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#705CDE (or 0x705CDE) is known color: Slate Blue. HEX triplet: 70, 5C and DE. RGB value is (112,92,222). Sum of RGB (Red+Green+Blue) = 112+92+222=426 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.29% from 426); Green value is 92 (36.33% from 255 or 21.60% from 426); Blue value is 222 (87.11% from 255 or 52.11% from 426); Max value from RGB is 222 - color contains mainly: blue. Hex color #705CDE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #705CDE is #8FA321. Grayscale: #707070. Windows color (decimal): -9413410 or 14572656. OLE color: 14572656.

HSL color Cylindrical-coordinate representation of color #705CDE: hue angle of 249.23º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #705CDE is Cyan = 0.50, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 112 92 222 -
CMYK 0.50 0.59 0 0.13
HSL 249.23º 0.66% 0.62% -
HSV(B) 249.23º 0.59% 0.87% -
XYZ 23.69 16.37 71.02 -
YUV 112.8 189.63 127.43 -
System Red Green Blue C M Y K H S L
Decimal 112 92 222 0.50 0.59 0 0.13 249.23 0.66 0.62
Hex 70 5C DE 32 3B 0 D F9 42 3E
Octal 160 134 336 62 73 0 15 371 102 76
Binary 1110000 1011100 11011110 110010 111011 0 1101 11111001 1000010 111110

Color Harmonies of #705CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705CDE

Black with #705CDE

Text Example


Text Example

White with #705CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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