Html Css Color HEX #705BCF Slate Blue

📋 copy color: '#705BCF'

red 112 ◦ green 91 ◦ blue 207

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

Shades of Slate Blue #705BCF

Tints of Slate Blue #705BCF

RGB

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

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

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

R = 27.32%
G = 22.2%
B = 50.49%

CMYK

 C value IS 0.46

 M value IS 0.56

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#705BCF (or 0x705BCF) is known color: Slate Blue. HEX triplet: 70, 5B and CF. RGB value is (112,91,207). Sum of RGB (Red+Green+Blue) = 112+91+207=410 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.32% from 410); Green value is 91 (35.94% from 255 or 22.20% from 410); Blue value is 207 (81.25% from 255 or 50.49% from 410); Max value from RGB is 207 - color contains mainly: blue. Hex color #705BCF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #705BCF is #8FA430. Grayscale: #6E6E6E. Windows color (decimal): -9413681 or 13589360. OLE color: 13589360.

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

Color convert

RGB 112 91 207 -
CMYK 0.46 0.56 0 0.19
HSL 250.86º 0.55% 0.58% -
HSV(B) 250.86º 0.56% 0.81% -
XYZ 21.69 15.43 60.87 -
YUV 110.5 182.46 129.07 -
System Red Green Blue C M Y K H S L
Decimal 112 91 207 0.46 0.56 0 0.19 250.86 0.55 0.58
Hex 70 5B CF 2E 38 0 13 FB 37 3A
Octal 160 133 317 56 70 0 23 373 67 72
Binary 1110000 1011011 11001111 101110 111000 0 10011 11111011 110111 111010

Color Harmonies of #705BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705BCF

Black with #705BCF

Text Example


Text Example

White with #705BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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