Html Css Color HEX #705FC9 Slate Blue

📋 copy color: '#705FC9'

red 112 ◦ green 95 ◦ blue 201

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

Shades of Slate Blue #705FC9

Tints of Slate Blue #705FC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 49.26%

R = 27.45%
G = 23.28%
B = 49.26%

CMYK

 C value IS 0.44

 M value IS 0.53

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#705FC9 (or 0x705FC9) is known color: Slate Blue. HEX triplet: 70, 5F and C9. RGB value is (112,95,201). Sum of RGB (Red+Green+Blue) = 112+95+201=408 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.45% from 408); Green value is 95 (37.5% from 255 or 23.28% from 408); Blue value is 201 (78.91% from 255 or 49.26% from 408); Max value from RGB is 201 - color contains mainly: blue. Hex color #705FC9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #705FC9 is #8FA036. Grayscale: #6F6F6F. Windows color (decimal): -9412663 or 13197168. OLE color: 13197168.

HSL color Cylindrical-coordinate representation of color #705FC9: hue angle of 249.62º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #705FC9 is Cyan = 0.44, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 112 95 201 -
CMYK 0.44 0.53 0 0.21
HSL 249.62º 0.5% 0.58% -
HSV(B) 249.62º 0.53% 0.79% -
XYZ 21.32 15.85 57.19 -
YUV 112.17 178.13 127.88 -
System Red Green Blue C M Y K H S L
Decimal 112 95 201 0.44 0.53 0 0.21 249.62 0.5 0.58
Hex 70 5F C9 2C 35 0 15 FA 32 3A
Octal 160 137 311 54 65 0 25 372 62 72
Binary 1110000 1011111 11001001 101100 110101 0 10101 11111010 110010 111010

Color Harmonies of #705FC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705FC9

Black with #705FC9

Text Example


Text Example

White with #705FC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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