Html Css Color HEX #825CFD Light Slate Blue

📋 copy color: '#825CFD'

red 130 ◦ green 92 ◦ blue 253

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

Shades of Light Slate Blue #825CFD

Tints of Light Slate Blue #825CFD

RGB

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

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

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

R = 27.37%
G = 19.37%
B = 53.26%

CMYK

 C value IS 0.49

 M value IS 0.64

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#825CFD (or 0x825CFD) is known color: Light Slate Blue. HEX triplet: 82, 5C and FD. RGB value is (130,92,253). Sum of RGB (Red+Green+Blue) = 130+92+253=475 (62% of max value = 765). Red value is 130 (51.17% from 255 or 27.37% from 475); Green value is 92 (36.33% from 255 or 19.37% from 475); Blue value is 253 (99.22% from 255 or 53.26% from 475); Max value from RGB is 253 - color contains mainly: blue. Hex color #825CFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #825CFD is #7DA302. Grayscale: #797979. Windows color (decimal): -8233731 or 16604290. OLE color: 16604290.

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

Color convert

RGB 130 92 253 -
CMYK 0.49 0.64 0 0.01
HSL 254.16º 0.98% 0.68% -
HSV(B) 254.16º 0.64% 0.99% -
XYZ 30.76 19.49 95.07 -
YUV 121.72 202.09 133.91 -
System Red Green Blue C M Y K H S L
Decimal 130 92 253 0.49 0.64 0 0.01 254.16 0.98 0.68
Hex 82 5C FD 31 40 0 1 FE 62 44
Octal 202 134 375 61 100 0 1 376 142 104
Binary 10000010 1011100 11111101 110001 1000000 0 1 11111110 1100010 1000100

Color Harmonies of #825CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825CFD

Black with #825CFD

Text Example


Text Example

White with #825CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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