Html Css Color HEX #705CC3 Slate Blue

📋 copy color: '#705CC3'

red 112 ◦ green 92 ◦ blue 195

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

Shades of Slate Blue #705CC3

Tints of Slate Blue #705CC3

RGB

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

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

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

R = 28.07%
G = 23.06%
B = 48.87%

CMYK

 C value IS 0.43

 M value IS 0.53

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#705CC3 (or 0x705CC3) is known color: Slate Blue. HEX triplet: 70, 5C and C3. RGB value is (112,92,195). Sum of RGB (Red+Green+Blue) = 112+92+195=399 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.07% from 399); Green value is 92 (36.33% from 255 or 23.06% from 399); Blue value is 195 (76.56% from 255 or 48.87% from 399); Max value from RGB is 195 - color contains mainly: blue. Hex color #705CC3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #705CC3 is #8FA33C. Grayscale: #6D6D6D. Windows color (decimal): -9413437 or 12803184. OLE color: 12803184.

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

Color convert

RGB 112 92 195 -
CMYK 0.43 0.53 0 0.24
HSL 251.65º 0.46% 0.56% -
HSV(B) 251.65º 0.53% 0.76% -
XYZ 20.36 15.04 53.46 -
YUV 109.72 176.13 129.62 -
System Red Green Blue C M Y K H S L
Decimal 112 92 195 0.43 0.53 0 0.24 251.65 0.46 0.56
Hex 70 5C C3 2B 35 0 18 FC 2E 38
Octal 160 134 303 53 65 0 30 374 56 70
Binary 1110000 1011100 11000011 101011 110101 0 11000 11111100 101110 111000

Color Harmonies of #705CC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705CC3

Black with #705CC3

Text Example


Text Example

White with #705CC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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