Html Css Color HEX #716CF2 Medium Slate Blue

📋 copy color: '#716CF2'

red 113 ◦ green 108 ◦ blue 242

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

Shades of Medium Slate Blue #716CF2

Tints of Medium Slate Blue #716CF2

RGB

 RED value IS 113 (44.53% from 255) = 24.41%

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

 BLUE value IS 242 (94.92% from 255) = 52.27%

R = 24.41%
G = 23.33%
B = 52.27%

CMYK

 C value IS 0.53

 M value IS 0.55

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#716CF2 (or 0x716CF2) is known color: Medium Slate Blue. HEX triplet: 71, 6C and F2. RGB value is (113,108,242). Sum of RGB (Red+Green+Blue) = 113+108+242=463 (61% of max value = 765). Red value is 113 (44.53% from 255 or 24.41% from 463); Green value is 108 (42.58% from 255 or 23.33% from 463); Blue value is 242 (94.92% from 255 or 52.27% from 463); Max value from RGB is 242 - color contains mainly: blue. Hex color #716CF2 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #716CF2 is #8E930D. Grayscale: #7C7C7C. Windows color (decimal): -9343758 or 15887473. OLE color: 15887473.

HSL color Cylindrical-coordinate representation of color #716CF2: hue angle of 242.24º degrees, saturation: 0.84, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #716CF2 is Cyan = 0.53, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 113 108 242 -
CMYK 0.53 0.55 0 0.05
HSL 242.24º 0.84% 0.69% -
HSV(B) 242.24º 0.55% 0.95% -
XYZ 28.2 20.65 86.5 -
YUV 124.77 194.16 119.6 -
System Red Green Blue C M Y K H S L
Decimal 113 108 242 0.53 0.55 0 0.05 242.24 0.84 0.69
Hex 71 6C F2 35 37 0 5 F2 54 45
Octal 161 154 362 65 67 0 5 362 124 105
Binary 1110001 1101100 11110010 110101 110111 0 101 11110010 1010100 1000101

Color Harmonies of #716CF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716CF2

Black with #716CF2

Text Example


Text Example

White with #716CF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716CF2; }

 p { color: rgb(113,108,242); }

 H1.HeaderClassName
 {
   color: #716CF2;
 }
 .AnyTagClassName
 {
   color: #716CF2;
 }
</style>

background-color css

<style>
 a { background-color: #716CF2; }

 a { background-color: rgb(113,108,242); }

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

border-color css

<style>
 span { border-color: #716CF2; }

 span { border-color: rgb(113,108,242); }

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