Html Css Color HEX #8259FB Medium Slate Blue

📋 copy color: '#8259FB'

red 130 ◦ green 89 ◦ blue 251

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

Shades of Medium Slate Blue #8259FB

Tints of Medium Slate Blue #8259FB

RGB

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

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

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

R = 27.66%
G = 18.94%
B = 53.4%

CMYK

 C value IS 0.48

 M value IS 0.65

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8259FB (or 0x8259FB) is known color: Medium Slate Blue. HEX triplet: 82, 59 and FB. RGB value is (130,89,251). Sum of RGB (Red+Green+Blue) = 130+89+251=470 (62% of max value = 765). Red value is 130 (51.17% from 255 or 27.66% from 470); Green value is 89 (35.16% from 255 or 18.94% from 470); Blue value is 251 (98.44% from 255 or 53.40% from 470); Max value from RGB is 251 - color contains mainly: blue. Hex color #8259FB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8259FB is #7DA604. Grayscale: #777777. Windows color (decimal): -8234501 or 16472450. OLE color: 16472450.

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

Color convert

RGB 130 89 251 -
CMYK 0.48 0.65 0 0.02
HSL 255.19º 0.95% 0.67% -
HSV(B) 255.19º 0.65% 0.98% -
XYZ 30.19 18.86 93.32 -
YUV 119.73 202.08 135.33 -
System Red Green Blue C M Y K H S L
Decimal 130 89 251 0.48 0.65 0 0.02 255.19 0.95 0.67
Hex 82 59 FB 30 41 0 2 FF 5F 43
Octal 202 131 373 60 101 0 2 377 137 103
Binary 10000010 1011001 11111011 110000 1000001 0 10 11111111 1011111 1000011

Color Harmonies of #8259FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8259FB

Black with #8259FB

Text Example


Text Example

White with #8259FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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