Html Css Color HEX #705CD2 Slate Blue

📋 copy color: '#705CD2'

red 112 ◦ green 92 ◦ blue 210

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

Shades of Slate Blue #705CD2

Tints of Slate Blue #705CD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 50.72%

R = 27.05%
G = 22.22%
B = 50.72%

CMYK

 C value IS 0.47

 M value IS 0.56

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#705CD2 (or 0x705CD2) is known color: Slate Blue. HEX triplet: 70, 5C and D2. RGB value is (112,92,210). Sum of RGB (Red+Green+Blue) = 112+92+210=414 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.05% from 414); Green value is 92 (36.33% from 255 or 22.22% from 414); Blue value is 210 (82.42% from 255 or 50.72% from 414); Max value from RGB is 210 - color contains mainly: blue. Hex color #705CD2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #705CD2 is #8FA32D. Grayscale: #6E6E6E. Windows color (decimal): -9413422 or 13786224. OLE color: 13786224.

HSL color Cylindrical-coordinate representation of color #705CD2: hue angle of 250.17º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #705CD2 is Cyan = 0.47, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 112 92 210 -
CMYK 0.47 0.56 0 0.18
HSL 250.17º 0.57% 0.59% -
HSV(B) 250.17º 0.56% 0.82% -
XYZ 22.14 15.75 62.85 -
YUV 111.43 183.63 128.41 -
System Red Green Blue C M Y K H S L
Decimal 112 92 210 0.47 0.56 0 0.18 250.17 0.57 0.59
Hex 70 5C D2 2F 38 0 12 FA 39 3B
Octal 160 134 322 57 70 0 22 372 71 73
Binary 1110000 1011100 11010010 101111 111000 0 10010 11111010 111001 111011

Color Harmonies of #705CD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705CD2

Black with #705CD2

Text Example


Text Example

White with #705CD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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