Html Css Color HEX #8259FA Medium Slate Blue

📋 copy color: '#8259FA'

red 130 ◦ green 89 ◦ blue 250

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

Shades of Medium Slate Blue #8259FA

Tints of Medium Slate Blue #8259FA

RGB

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

 GREEN value IS 89 (35.16% from 255) = 18.98%

 BLUE value IS 250 (98.05% from 255) = 53.3%

R = 27.72%
G = 18.98%
B = 53.3%

CMYK

 C value IS 0.48

 M value IS 0.64

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8259FA (or 0x8259FA) is known color: Medium Slate Blue. HEX triplet: 82, 59 and FA. RGB value is (130,89,250). Sum of RGB (Red+Green+Blue) = 130+89+250=469 (62% of max value = 765). Red value is 130 (51.17% from 255 or 27.72% from 469); Green value is 89 (35.16% from 255 or 18.98% from 469); Blue value is 250 (98.05% from 255 or 53.30% from 469); Max value from RGB is 250 - color contains mainly: blue. Hex color #8259FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8259FA is #7DA605. Grayscale: #777777. Windows color (decimal): -8234502 or 16406914. OLE color: 16406914.

HSL color Cylindrical-coordinate representation of color #8259FA: hue angle of 255.28º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8259FA is Cyan = 0.48, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 130 89 250 -
CMYK 0.48 0.64 0 0.02
HSL 255.28º 0.94% 0.66% -
HSV(B) 255.28º 0.64% 0.98% -
XYZ 30.03 18.79 92.49 -
YUV 119.61 201.58 135.41 -
System Red Green Blue C M Y K H S L
Decimal 130 89 250 0.48 0.64 0 0.02 255.28 0.94 0.66
Hex 82 59 FA 30 40 0 2 FF 5E 42
Octal 202 131 372 60 100 0 2 377 136 102
Binary 10000010 1011001 11111010 110000 1000000 0 10 11111111 1011110 1000010

Color Harmonies of #8259FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8259FA

Black with #8259FA

Text Example


Text Example

White with #8259FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8259FA; }

 p { color: rgb(130,89,250); }

 H1.HeaderClassName
 {
   color: #8259FA;
 }
 .AnyTagClassName
 {
   color: #8259FA;
 }
</style>

background-color css

<style>
 a { background-color: #8259FA; }

 a { background-color: rgb(130,89,250); }

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

border-color css

<style>
 span { border-color: #8259FA; }

 span { border-color: rgb(130,89,250); }

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