Html Css Color HEX #705CC2 Slate Blue

📋 copy color: '#705CC2'

red 112 ◦ green 92 ◦ blue 194

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

Shades of Slate Blue #705CC2

Tints of Slate Blue #705CC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 48.74%

R = 28.14%
G = 23.12%
B = 48.74%

CMYK

 C value IS 0.42

 M value IS 0.53

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#705CC2 (or 0x705CC2) is known color: Slate Blue. HEX triplet: 70, 5C and C2. RGB value is (112,92,194). Sum of RGB (Red+Green+Blue) = 112+92+194=398 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.14% from 398); Green value is 92 (36.33% from 255 or 23.12% from 398); Blue value is 194 (76.17% from 255 or 48.74% from 398); Max value from RGB is 194 - color contains mainly: blue. Hex color #705CC2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #705CC2 is #8FA33D. Grayscale: #6D6D6D. Windows color (decimal): -9413438 or 12737648. OLE color: 12737648.

HSL color Cylindrical-coordinate representation of color #705CC2: hue angle of 251.76º 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 #705CC2 is Cyan = 0.42, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 112 92 194 -
CMYK 0.42 0.53 0 0.24
HSL 251.76º 0.46% 0.56% -
HSV(B) 251.76º 0.53% 0.76% -
XYZ 20.25 14.99 52.87 -
YUV 109.61 175.63 129.71 -
System Red Green Blue C M Y K H S L
Decimal 112 92 194 0.42 0.53 0 0.24 251.76 0.46 0.56
Hex 70 5C C2 2A 35 0 18 FC 2E 38
Octal 160 134 302 52 65 0 30 374 56 70
Binary 1110000 1011100 11000010 101010 110101 0 11000 11111100 101110 111000

Color Harmonies of #705CC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705CC2

Black with #705CC2

Text Example


Text Example

White with #705CC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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