Html Css Color HEX #705BCA Slate Blue

📋 copy color: '#705BCA'

red 112 ◦ green 91 ◦ blue 202

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

Shades of Slate Blue #705BCA

Tints of Slate Blue #705BCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 49.88%

R = 27.65%
G = 22.47%
B = 49.88%

CMYK

 C value IS 0.45

 M value IS 0.55

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#705BCA (or 0x705BCA) is known color: Slate Blue. HEX triplet: 70, 5B and CA. RGB value is (112,91,202). Sum of RGB (Red+Green+Blue) = 112+91+202=405 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.65% from 405); Green value is 91 (35.94% from 255 or 22.47% from 405); Blue value is 202 (79.30% from 255 or 49.88% from 405); Max value from RGB is 202 - color contains mainly: blue. Hex color #705BCA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #705BCA is #8FA435. Grayscale: #6D6D6D. Windows color (decimal): -9413686 or 13261680. OLE color: 13261680.

HSL color Cylindrical-coordinate representation of color #705BCA: hue angle of 251.35º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #705BCA is Cyan = 0.45, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 112 91 202 -
CMYK 0.45 0.55 0 0.21
HSL 251.35º 0.51% 0.57% -
HSV(B) 251.35º 0.55% 0.79% -
XYZ 21.08 15.19 57.7 -
YUV 109.93 179.96 129.47 -
System Red Green Blue C M Y K H S L
Decimal 112 91 202 0.45 0.55 0 0.21 251.35 0.51 0.57
Hex 70 5B CA 2D 37 0 15 FB 33 39
Octal 160 133 312 55 67 0 25 373 63 71
Binary 1110000 1011011 11001010 101101 110111 0 10101 11111011 110011 111001

Color Harmonies of #705BCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705BCA

Black with #705BCA

Text Example


Text Example

White with #705BCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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