Html Css Color HEX #705BDA Slate Blue

📋 copy color: '#705BDA'

red 112 ◦ green 91 ◦ blue 218

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

Shades of Slate Blue #705BDA

Tints of Slate Blue #705BDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 51.78%

R = 26.6%
G = 21.62%
B = 51.78%

CMYK

 C value IS 0.49

 M value IS 0.58

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#705BDA (or 0x705BDA) is known color: Slate Blue. HEX triplet: 70, 5B and DA. RGB value is (112,91,218). Sum of RGB (Red+Green+Blue) = 112+91+218=421 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.60% from 421); Green value is 91 (35.94% from 255 or 21.62% from 421); Blue value is 218 (85.55% from 255 or 51.78% from 421); Max value from RGB is 218 - color contains mainly: blue. Hex color #705BDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #705BDA is #8FA425. Grayscale: #6F6F6F. Windows color (decimal): -9413670 or 14310256. OLE color: 14310256.

HSL color Cylindrical-coordinate representation of color #705BDA: hue angle of 249.92º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #705BDA is Cyan = 0.49, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 112 91 218 -
CMYK 0.49 0.58 0 0.15
HSL 249.92º 0.63% 0.61% -
HSV(B) 249.92º 0.58% 0.85% -
XYZ 23.08 15.99 68.2 -
YUV 111.76 187.96 128.17 -
System Red Green Blue C M Y K H S L
Decimal 112 91 218 0.49 0.58 0 0.15 249.92 0.63 0.61
Hex 70 5B DA 31 3A 0 F FA 3F 3D
Octal 160 133 332 61 72 0 17 372 77 75
Binary 1110000 1011011 11011010 110001 111010 0 1111 11111010 111111 111101

Color Harmonies of #705BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705BDA

Black with #705BDA

Text Example


Text Example

White with #705BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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