Html Css Color HEX #705BDE Slate Blue

📋 copy color: '#705BDE'

red 112 ◦ green 91 ◦ blue 222

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

Shades of Slate Blue #705BDE

Tints of Slate Blue #705BDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 52.24%

R = 26.35%
G = 21.41%
B = 52.24%

CMYK

 C value IS 0.50

 M value IS 0.59

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#705BDE (or 0x705BDE) is known color: Slate Blue. HEX triplet: 70, 5B and DE. RGB value is (112,91,222). Sum of RGB (Red+Green+Blue) = 112+91+222=425 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.35% from 425); Green value is 91 (35.94% from 255 or 21.41% from 425); Blue value is 222 (87.11% from 255 or 52.24% from 425); Max value from RGB is 222 - color contains mainly: blue. Hex color #705BDE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #705BDE is #8FA421. Grayscale: #6F6F6F. Windows color (decimal): -9413666 or 14572400. OLE color: 14572400.

HSL color Cylindrical-coordinate representation of color #705BDE: hue angle of 249.62º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #705BDE is Cyan = 0.50, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 112 91 222 -
CMYK 0.50 0.59 0 0.13
HSL 249.62º 0.66% 0.61% -
HSV(B) 249.62º 0.59% 0.87% -
XYZ 23.61 16.2 70.99 -
YUV 112.21 189.96 127.85 -
System Red Green Blue C M Y K H S L
Decimal 112 91 222 0.50 0.59 0 0.13 249.62 0.66 0.61
Hex 70 5B DE 32 3B 0 D FA 42 3D
Octal 160 133 336 62 73 0 15 372 102 75
Binary 1110000 1011011 11011110 110010 111011 0 1101 11111010 1000010 111101

Color Harmonies of #705BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705BDE

Black with #705BDE

Text Example


Text Example

White with #705BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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