Html Css Color HEX #705EC3 Slate Blue

📋 copy color: '#705EC3'

red 112 ◦ green 94 ◦ blue 195

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

Shades of Slate Blue #705EC3

Tints of Slate Blue #705EC3

RGB

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

 GREEN value IS 94 (37.11% from 255) = 23.44%

 BLUE value IS 195 (76.56% from 255) = 48.63%

R = 27.93%
G = 23.44%
B = 48.63%

CMYK

 C value IS 0.43

 M value IS 0.52

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#705EC3 (or 0x705EC3) is known color: Slate Blue. HEX triplet: 70, 5E and C3. RGB value is (112,94,195). Sum of RGB (Red+Green+Blue) = 112+94+195=401 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.93% from 401); Green value is 94 (37.11% from 255 or 23.44% from 401); Blue value is 195 (76.56% from 255 or 48.63% from 401); Max value from RGB is 195 - color contains mainly: blue. Hex color #705EC3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #705EC3 is #8FA13C. Grayscale: #6E6E6E. Windows color (decimal): -9412925 or 12803696. OLE color: 12803696.

HSL color Cylindrical-coordinate representation of color #705EC3: hue angle of 250.69º degrees, saturation: 0.46, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #705EC3 is Cyan = 0.43, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 112 94 195 -
CMYK 0.43 0.52 0 0.24
HSL 250.69º 0.46% 0.57% -
HSV(B) 250.69º 0.52% 0.76% -
XYZ 20.54 15.39 53.52 -
YUV 110.9 175.46 128.79 -
System Red Green Blue C M Y K H S L
Decimal 112 94 195 0.43 0.52 0 0.24 250.69 0.46 0.57
Hex 70 5E C3 2B 34 0 18 FB 2E 39
Octal 160 136 303 53 64 0 30 373 56 71
Binary 1110000 1011110 11000011 101011 110100 0 11000 11111011 101110 111001

Color Harmonies of #705EC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705EC3

Black with #705EC3

Text Example


Text Example

White with #705EC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,94,195); }

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

background-color css

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

 a { background-color: rgb(112,94,195); }

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

border-color css

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

 span { border-color: rgb(112,94,195); }

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