Html Css Color HEX #706CFB Medium Slate Blue

📋 copy color: '#706CFB'

red 112 ◦ green 108 ◦ blue 251

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

Shades of Medium Slate Blue #706CFB

Tints of Medium Slate Blue #706CFB

RGB

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

 GREEN value IS 108 (42.58% from 255) = 22.93%

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

R = 23.78%
G = 22.93%
B = 53.29%

CMYK

 C value IS 0.55

 M value IS 0.57

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#706CFB (or 0x706CFB) is known color: Medium Slate Blue. HEX triplet: 70, 6C and FB. RGB value is (112,108,251). Sum of RGB (Red+Green+Blue) = 112+108+251=471 (62% of max value = 765). Red value is 112 (44.14% from 255 or 23.78% from 471); Green value is 108 (42.58% from 255 or 22.93% from 471); Blue value is 251 (98.44% from 255 or 53.29% from 471); Max value from RGB is 251 - color contains mainly: blue. Hex color #706CFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #706CFB is #8F9304. Grayscale: #7C7C7C. Windows color (decimal): -9409285 or 16477296. OLE color: 16477296.

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

Color convert

RGB 112 108 251 -
CMYK 0.55 0.57 0 0.02
HSL 241.68º 0.95% 0.7% -
HSV(B) 241.68º 0.57% 0.98% -
XYZ 29.46 21.13 93.79 -
YUV 125.5 198.83 118.37 -
System Red Green Blue C M Y K H S L
Decimal 112 108 251 0.55 0.57 0 0.02 241.68 0.95 0.7
Hex 70 6C FB 37 39 0 2 F2 5F 46
Octal 160 154 373 67 71 0 2 362 137 106
Binary 1110000 1101100 11111011 110111 111001 0 10 11110010 1011111 1000110

Color Harmonies of #706CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706CFB

Black with #706CFB

Text Example


Text Example

White with #706CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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