Html Css Color HEX #8250F4 Medium Slate Blue

📋 copy color: '#8250F4'

red 130 ◦ green 80 ◦ blue 244

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

Shades of Medium Slate Blue #8250F4

Tints of Medium Slate Blue #8250F4

RGB

 RED value IS 130 (51.17% from 255) = 28.63%

 GREEN value IS 80 (31.64% from 255) = 17.62%

 BLUE value IS 244 (95.7% from 255) = 53.74%

R = 28.63%
G = 17.62%
B = 53.74%

CMYK

 C value IS 0.47

 M value IS 0.67

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#8250F4 (or 0x8250F4) is known color: Medium Slate Blue. HEX triplet: 82, 50 and F4. RGB value is (130,80,244). Sum of RGB (Red+Green+Blue) = 130+80+244=454 (60% of max value = 765). Red value is 130 (51.17% from 255 or 28.63% from 454); Green value is 80 (31.64% from 255 or 17.62% from 454); Blue value is 244 (95.70% from 255 or 53.74% from 454); Max value from RGB is 244 - color contains mainly: blue. Hex color #8250F4 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8250F4 is #7DAF0B. Grayscale: #717171. Windows color (decimal): -8236812 or 16011394. OLE color: 16011394.

HSL color Cylindrical-coordinate representation of color #8250F4: hue angle of 258.29º degrees, saturation: 0.88, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8250F4 is Cyan = 0.47, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 130 80 244 -
CMYK 0.47 0.67 0 0.04
HSL 258.29º 0.88% 0.64% -
HSV(B) 258.29º 0.67% 0.96% -
XYZ 28.4 17.01 87.38 -
YUV 113.65 201.57 139.66 -
System Red Green Blue C M Y K H S L
Decimal 130 80 244 0.47 0.67 0 0.04 258.29 0.88 0.64
Hex 82 50 F4 2F 43 0 4 102 58 40
Octal 202 120 364 57 103 0 4 402 130 100
Binary 10000010 1010000 11110100 101111 1000011 0 100 100000010 1011000 1000000

Color Harmonies of #8250F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8250F4

Black with #8250F4

Text Example


Text Example

White with #8250F4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8250F4; }

 p { color: rgb(130,80,244); }

 H1.HeaderClassName
 {
   color: #8250F4;
 }
 .AnyTagClassName
 {
   color: #8250F4;
 }
</style>

background-color css

<style>
 a { background-color: #8250F4; }

 a { background-color: rgb(130,80,244); }

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

border-color css

<style>
 span { border-color: #8250F4; }

 span { border-color: rgb(130,80,244); }

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