Html Css Color HEX #705FCF Slate Blue

📋 copy color: '#705FCF'

red 112 ◦ green 95 ◦ blue 207

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

Shades of Slate Blue #705FCF

Tints of Slate Blue #705FCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 50%

R = 27.05%
G = 22.95%
B = 50%

CMYK

 C value IS 0.46

 M value IS 0.54

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#705FCF (or 0x705FCF) is known color: Slate Blue. HEX triplet: 70, 5F and CF. RGB value is (112,95,207). Sum of RGB (Red+Green+Blue) = 112+95+207=414 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.05% from 414); Green value is 95 (37.5% from 255 or 22.95% from 414); Blue value is 207 (81.25% from 255 or 50% from 414); Max value from RGB is 207 - color contains mainly: blue. Hex color #705FCF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #705FCF is #8FA030. Grayscale: #707070. Windows color (decimal): -9412657 or 13590384. OLE color: 13590384.

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

Color convert

RGB 112 95 207 -
CMYK 0.46 0.54 0 0.19
HSL 249.11º 0.54% 0.59% -
HSV(B) 249.11º 0.54% 0.81% -
XYZ 22.04 16.13 60.98 -
YUV 112.85 181.13 127.39 -
System Red Green Blue C M Y K H S L
Decimal 112 95 207 0.46 0.54 0 0.19 249.11 0.54 0.59
Hex 70 5F CF 2E 36 0 13 F9 36 3B
Octal 160 137 317 56 66 0 23 371 66 73
Binary 1110000 1011111 11001111 101110 110110 0 10011 11111001 110110 111011

Color Harmonies of #705FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705FCF

Black with #705FCF

Text Example


Text Example

White with #705FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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