Html Css Color HEX #825CFC Medium Slate Blue

📋 copy color: '#825CFC'

red 130 ◦ green 92 ◦ blue 252

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

Shades of Medium Slate Blue #825CFC

Tints of Medium Slate Blue #825CFC

RGB

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

 GREEN value IS 92 (36.33% from 255) = 19.41%

 BLUE value IS 252 (98.83% from 255) = 53.16%

R = 27.43%
G = 19.41%
B = 53.16%

CMYK

 C value IS 0.48

 M value IS 0.63

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#825CFC (or 0x825CFC) is known color: Medium Slate Blue. HEX triplet: 82, 5C and FC. RGB value is (130,92,252). Sum of RGB (Red+Green+Blue) = 130+92+252=474 (62% of max value = 765). Red value is 130 (51.17% from 255 or 27.43% from 474); Green value is 92 (36.33% from 255 or 19.41% from 474); Blue value is 252 (98.83% from 255 or 53.16% from 474); Max value from RGB is 252 - color contains mainly: blue. Hex color #825CFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #825CFC is #7DA303. Grayscale: #797979. Windows color (decimal): -8233732 or 16538754. OLE color: 16538754.

HSL color Cylindrical-coordinate representation of color #825CFC: hue angle of 254.25º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #825CFC is Cyan = 0.48, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 130 92 252 -
CMYK 0.48 0.63 0 0.01
HSL 254.25º 0.96% 0.67% -
HSV(B) 254.25º 0.63% 0.99% -
XYZ 30.6 19.43 94.23 -
YUV 121.6 201.59 133.99 -
System Red Green Blue C M Y K H S L
Decimal 130 92 252 0.48 0.63 0 0.01 254.25 0.96 0.67
Hex 82 5C FC 30 3F 0 1 FE 60 43
Octal 202 134 374 60 77 0 1 376 140 103
Binary 10000010 1011100 11111100 110000 111111 0 1 11111110 1100000 1000011

Color Harmonies of #825CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825CFC

Black with #825CFC

Text Example


Text Example

White with #825CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,92,252); }

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

background-color css

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

 a { background-color: rgb(130,92,252); }

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

border-color css

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

 span { border-color: rgb(130,92,252); }

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