Html Css Color HEX #8259FD Medium Slate Blue

📋 copy color: '#8259FD'

red 130 ◦ green 89 ◦ blue 253

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

Shades of Medium Slate Blue #8259FD

Tints of Medium Slate Blue #8259FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 53.6%

R = 27.54%
G = 18.86%
B = 53.6%

CMYK

 C value IS 0.49

 M value IS 0.65

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#8259FD (or 0x8259FD) is known color: Medium Slate Blue. HEX triplet: 82, 59 and FD. RGB value is (130,89,253). Sum of RGB (Red+Green+Blue) = 130+89+253=472 (62% of max value = 765). Red value is 130 (51.17% from 255 or 27.54% from 472); Green value is 89 (35.16% from 255 or 18.86% from 472); Blue value is 253 (99.22% from 255 or 53.60% from 472); Max value from RGB is 253 - color contains mainly: blue. Hex color #8259FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8259FD is #7DA602. Grayscale: #777777. Windows color (decimal): -8234499 or 16603522. OLE color: 16603522.

HSL color Cylindrical-coordinate representation of color #8259FD: hue angle of 255º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8259FD is Cyan = 0.49, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 130 89 253 -
CMYK 0.49 0.65 0 0.01
HSL 255º 0.98% 0.67% -
HSV(B) 255º 0.65% 0.99% -
XYZ 30.51 18.98 94.98 -
YUV 119.96 203.08 135.16 -
System Red Green Blue C M Y K H S L
Decimal 130 89 253 0.49 0.65 0 0.01 255 0.98 0.67
Hex 82 59 FD 31 41 0 1 FF 62 43
Octal 202 131 375 61 101 0 1 377 142 103
Binary 10000010 1011001 11111101 110001 1000001 0 1 11111111 1100010 1000011

Color Harmonies of #8259FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8259FD

Black with #8259FD

Text Example


Text Example

White with #8259FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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