Html Css Color HEX #825BFB Medium Slate Blue

📋 copy color: '#825BFB'

red 130 ◦ green 91 ◦ blue 251

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

Shades of Medium Slate Blue #825BFB

Tints of Medium Slate Blue #825BFB

RGB

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

 GREEN value IS 91 (35.94% from 255) = 19.28%

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

R = 27.54%
G = 19.28%
B = 53.18%

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

#825BFB (or 0x825BFB) is known color: Medium Slate Blue. HEX triplet: 82, 5B and FB. RGB value is (130,91,251). Sum of RGB (Red+Green+Blue) = 130+91+251=472 (62% of max value = 765). Red value is 130 (51.17% from 255 or 27.54% from 472); Green value is 91 (35.94% from 255 or 19.28% from 472); Blue value is 251 (98.44% from 255 or 53.18% from 472); Max value from RGB is 251 - color contains mainly: blue. Hex color #825BFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #825BFB is #7DA404. Grayscale: #787878. Windows color (decimal): -8233989 or 16472962. OLE color: 16472962.

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

Color convert

RGB 130 91 251 -
CMYK 0.48 0.64 0 0.02
HSL 254.63º 0.95% 0.67% -
HSV(B) 254.63º 0.64% 0.98% -
XYZ 30.36 19.19 93.37 -
YUV 120.9 201.42 134.49 -
System Red Green Blue C M Y K H S L
Decimal 130 91 251 0.48 0.64 0 0.02 254.63 0.95 0.67
Hex 82 5B FB 30 40 0 2 FF 5F 43
Octal 202 133 373 60 100 0 2 377 137 103
Binary 10000010 1011011 11111011 110000 1000000 0 10 11111111 1011111 1000011

Color Harmonies of #825BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825BFB

Black with #825BFB

Text Example


Text Example

White with #825BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #825BFB; }

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

 H1.HeaderClassName
 {
   color: #825BFB;
 }
 .AnyTagClassName
 {
   color: #825BFB;
 }
</style>

background-color css

<style>
 a { background-color: #825BFB; }

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

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

border-color css

<style>
 span { border-color: #825BFB; }

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

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