Html Css Color HEX #705AFB Medium Slate Blue

📋 copy color: '#705AFB'

red 112 ◦ green 90 ◦ blue 251

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

Shades of Medium Slate Blue #705AFB

Tints of Medium Slate Blue #705AFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 55.41%

R = 24.72%
G = 19.87%
B = 55.41%

CMYK

 C value IS 0.55

 M value IS 0.64

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#705AFB (or 0x705AFB) is known color: Medium Slate Blue. HEX triplet: 70, 5A and FB. RGB value is (112,90,251). Sum of RGB (Red+Green+Blue) = 112+90+251=453 (60% of max value = 765). Red value is 112 (44.14% from 255 or 24.72% from 453); Green value is 90 (35.55% from 255 or 19.87% from 453); Blue value is 251 (98.44% from 255 or 55.41% from 453); Max value from RGB is 251 - color contains mainly: blue. Hex color #705AFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #705AFB is #8FA504. Grayscale: #727272. Windows color (decimal): -9413893 or 16472688. OLE color: 16472688.

HSL color Cylindrical-coordinate representation of color #705AFB: hue angle of 248.2º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #705AFB is Cyan = 0.55, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 112 90 251 -
CMYK 0.55 0.64 0 0.02
HSL 248.2º 0.95% 0.67% -
HSV(B) 248.2º 0.64% 0.98% -
XYZ 27.75 17.72 93.22 -
YUV 114.93 204.79 125.91 -
System Red Green Blue C M Y K H S L
Decimal 112 90 251 0.55 0.64 0 0.02 248.2 0.95 0.67
Hex 70 5A FB 37 40 0 2 F8 5F 43
Octal 160 132 373 67 100 0 2 370 137 103
Binary 1110000 1011010 11111011 110111 1000000 0 10 11111000 1011111 1000011

Color Harmonies of #705AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705AFB

Black with #705AFB

Text Example


Text Example

White with #705AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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