Html Css Color HEX #706AFB Medium Slate Blue

📋 copy color: '#706AFB'

red 112 ◦ green 106 ◦ blue 251

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

Shades of Medium Slate Blue #706AFB

Tints of Medium Slate Blue #706AFB

RGB

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

 GREEN value IS 106 (41.8% from 255) = 22.6%

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

R = 23.88%
G = 22.6%
B = 53.52%

CMYK

 C value IS 0.55

 M value IS 0.58

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#706AFB (or 0x706AFB) is known color: Medium Slate Blue. HEX triplet: 70, 6A and FB. RGB value is (112,106,251). Sum of RGB (Red+Green+Blue) = 112+106+251=469 (62% of max value = 765). Red value is 112 (44.14% from 255 or 23.88% from 469); Green value is 106 (41.80% from 255 or 22.60% from 469); Blue value is 251 (98.44% from 255 or 53.52% from 469); Max value from RGB is 251 - color contains mainly: blue. Hex color #706AFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #706AFB is #8F9504. Grayscale: #7B7B7B. Windows color (decimal): -9409797 or 16476784. OLE color: 16476784.

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

Color convert

RGB 112 106 251 -
CMYK 0.55 0.58 0 0.02
HSL 242.48º 0.95% 0.7% -
HSV(B) 242.48º 0.58% 0.98% -
XYZ 29.25 20.72 93.72 -
YUV 124.32 199.49 119.21 -
System Red Green Blue C M Y K H S L
Decimal 112 106 251 0.55 0.58 0 0.02 242.48 0.95 0.7
Hex 70 6A FB 37 3A 0 2 F2 5F 46
Octal 160 152 373 67 72 0 2 362 137 106
Binary 1110000 1101010 11111011 110111 111010 0 10 11110010 1011111 1000110

Color Harmonies of #706AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706AFB

Black with #706AFB

Text Example


Text Example

White with #706AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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