Html Css Color HEX #705CCE Slate Blue

📋 copy color: '#705CCE'

red 112 ◦ green 92 ◦ blue 206

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

Shades of Slate Blue #705CCE

Tints of Slate Blue #705CCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 50.24%

R = 27.32%
G = 22.44%
B = 50.24%

CMYK

 C value IS 0.46

 M value IS 0.55

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#705CCE (or 0x705CCE) is known color: Slate Blue. HEX triplet: 70, 5C and CE. RGB value is (112,92,206). Sum of RGB (Red+Green+Blue) = 112+92+206=410 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.32% from 410); Green value is 92 (36.33% from 255 or 22.44% from 410); Blue value is 206 (80.86% from 255 or 50.24% from 410); Max value from RGB is 206 - color contains mainly: blue. Hex color #705CCE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #705CCE is #8FA331. Grayscale: #6E6E6E. Windows color (decimal): -9413426 or 13524080. OLE color: 13524080.

HSL color Cylindrical-coordinate representation of color #705CCE: hue angle of 250.53º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #705CCE is Cyan = 0.46, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 112 92 206 -
CMYK 0.46 0.55 0 0.19
HSL 250.53º 0.54% 0.58% -
HSV(B) 250.53º 0.55% 0.81% -
XYZ 21.65 15.56 60.25 -
YUV 110.98 181.63 128.73 -
System Red Green Blue C M Y K H S L
Decimal 112 92 206 0.46 0.55 0 0.19 250.53 0.54 0.58
Hex 70 5C CE 2E 37 0 13 FB 36 3A
Octal 160 134 316 56 67 0 23 373 66 72
Binary 1110000 1011100 11001110 101110 110111 0 10011 11111011 110110 111010

Color Harmonies of #705CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705CCE

Black with #705CCE

Text Example


Text Example

White with #705CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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