Html Css Color HEX #705BCE Slate Blue

📋 copy color: '#705BCE'

red 112 ◦ green 91 ◦ blue 206

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

Shades of Slate Blue #705BCE

Tints of Slate Blue #705BCE

RGB

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

 GREEN value IS 91 (35.94% from 255) = 22.25%

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

R = 27.38%
G = 22.25%
B = 50.37%

CMYK

 C value IS 0.46

 M value IS 0.56

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#705BCE (or 0x705BCE) is known color: Slate Blue. HEX triplet: 70, 5B and CE. RGB value is (112,91,206). Sum of RGB (Red+Green+Blue) = 112+91+206=409 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.38% from 409); Green value is 91 (35.94% from 255 or 22.25% from 409); Blue value is 206 (80.86% from 255 or 50.37% from 409); Max value from RGB is 206 - color contains mainly: blue. Hex color #705BCE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #705BCE is #8FA431. Grayscale: #6D6D6D. Windows color (decimal): -9413682 or 13523824. OLE color: 13523824.

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

Color convert

RGB 112 91 206 -
CMYK 0.46 0.56 0 0.19
HSL 250.96º 0.54% 0.58% -
HSV(B) 250.96º 0.56% 0.81% -
XYZ 21.56 15.38 60.23 -
YUV 110.39 181.96 129.15 -
System Red Green Blue C M Y K H S L
Decimal 112 91 206 0.46 0.56 0 0.19 250.96 0.54 0.58
Hex 70 5B CE 2E 38 0 13 FB 36 3A
Octal 160 133 316 56 70 0 23 373 66 72
Binary 1110000 1011011 11001110 101110 111000 0 10011 11111011 110110 111010

Color Harmonies of #705BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705BCE

Black with #705BCE

Text Example


Text Example

White with #705BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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