Html Css Color HEX #705ACF Slate Blue

📋 copy color: '#705ACF'

red 112 ◦ green 90 ◦ blue 207

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

Shades of Slate Blue #705ACF

Tints of Slate Blue #705ACF

RGB

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

 GREEN value IS 90 (35.55% from 255) = 22%

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

R = 27.38%
G = 22%
B = 50.61%

CMYK

 C value IS 0.46

 M value IS 0.57

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#705ACF (or 0x705ACF) is known color: Slate Blue. HEX triplet: 70, 5A and CF. RGB value is (112,90,207). Sum of RGB (Red+Green+Blue) = 112+90+207=409 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.38% from 409); Green value is 90 (35.55% from 255 or 22.00% from 409); Blue value is 207 (81.25% from 255 or 50.61% from 409); Max value from RGB is 207 - color contains mainly: blue. Hex color #705ACF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #705ACF is #8FA530. Grayscale: #6D6D6D. Windows color (decimal): -9413937 or 13589104. OLE color: 13589104.

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

Color convert

RGB 112 90 207 -
CMYK 0.46 0.57 0 0.19
HSL 251.28º 0.55% 0.58% -
HSV(B) 251.28º 0.57% 0.81% -
XYZ 21.6 15.26 60.84 -
YUV 109.92 182.79 129.49 -
System Red Green Blue C M Y K H S L
Decimal 112 90 207 0.46 0.57 0 0.19 251.28 0.55 0.58
Hex 70 5A CF 2E 39 0 13 FB 37 3A
Octal 160 132 317 56 71 0 23 373 67 72
Binary 1110000 1011010 11001111 101110 111001 0 10011 11111011 110111 111010

Color Harmonies of #705ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705ACF

Black with #705ACF

Text Example


Text Example

White with #705ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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