Html Css Color HEX #825FFB Medium Slate Blue

📋 copy color: '#825FFB'

red 130 ◦ green 95 ◦ blue 251

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

Shades of Medium Slate Blue #825FFB

Tints of Medium Slate Blue #825FFB

RGB

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

 GREEN value IS 95 (37.5% from 255) = 19.96%

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

R = 27.31%
G = 19.96%
B = 52.73%

CMYK

 C value IS 0.48

 M value IS 0.62

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#825FFB (or 0x825FFB) is known color: Medium Slate Blue. HEX triplet: 82, 5F and FB. RGB value is (130,95,251). Sum of RGB (Red+Green+Blue) = 130+95+251=476 (63% of max value = 765). Red value is 130 (51.17% from 255 or 27.31% from 476); Green value is 95 (37.5% from 255 or 19.96% from 476); Blue value is 251 (98.44% from 255 or 52.73% from 476); Max value from RGB is 251 - color contains mainly: blue. Hex color #825FFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #825FFB is #7DA004. Grayscale: #7A7A7A. Windows color (decimal): -8232965 or 16473986. OLE color: 16473986.

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

Color convert

RGB 130 95 251 -
CMYK 0.48 0.62 0 0.02
HSL 253.46º 0.95% 0.68% -
HSV(B) 253.46º 0.62% 0.98% -
XYZ 30.71 19.9 93.49 -
YUV 123.25 200.1 132.82 -
System Red Green Blue C M Y K H S L
Decimal 130 95 251 0.48 0.62 0 0.02 253.46 0.95 0.68
Hex 82 5F FB 30 3E 0 2 FD 5F 44
Octal 202 137 373 60 76 0 2 375 137 104
Binary 10000010 1011111 11111011 110000 111110 0 10 11111101 1011111 1000100

Color Harmonies of #825FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825FFB

Black with #825FFB

Text Example


Text Example

White with #825FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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