Html Css Color HEX #705FDD Slate Blue

📋 copy color: '#705FDD'

red 112 ◦ green 95 ◦ blue 221

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

Shades of Slate Blue #705FDD

Tints of Slate Blue #705FDD

RGB

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

 GREEN value IS 95 (37.5% from 255) = 22.2%

 BLUE value IS 221 (86.72% from 255) = 51.64%

R = 26.17%
G = 22.2%
B = 51.64%

CMYK

 C value IS 0.49

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#705FDD (or 0x705FDD) is known color: Slate Blue. HEX triplet: 70, 5F and DD. RGB value is (112,95,221). Sum of RGB (Red+Green+Blue) = 112+95+221=428 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.17% from 428); Green value is 95 (37.5% from 255 or 22.20% from 428); Blue value is 221 (86.72% from 255 or 51.64% from 428); Max value from RGB is 221 - color contains mainly: blue. Hex color #705FDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #705FDD is #8FA022. Grayscale: #717171. Windows color (decimal): -9412643 or 14507888. OLE color: 14507888.

HSL color Cylindrical-coordinate representation of color #705FDD: hue angle of 248.1º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #705FDD is Cyan = 0.49, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 112 95 221 -
CMYK 0.49 0.57 0 0.13
HSL 248.1º 0.65% 0.62% -
HSV(B) 248.1º 0.57% 0.87% -
XYZ 23.83 16.85 70.4 -
YUV 114.45 188.13 126.25 -
System Red Green Blue C M Y K H S L
Decimal 112 95 221 0.49 0.57 0 0.13 248.1 0.65 0.62
Hex 70 5F DD 31 39 0 D F8 41 3E
Octal 160 137 335 61 71 0 15 370 101 76
Binary 1110000 1011111 11011101 110001 111001 0 1101 11111000 1000001 111110

Color Harmonies of #705FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705FDD

Black with #705FDD

Text Example


Text Example

White with #705FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,95,221); }

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

background-color css

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

 a { background-color: rgb(112,95,221); }

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

border-color css

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

 span { border-color: rgb(112,95,221); }

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