Html Css Color HEX #825CEE Medium Slate Blue

📋 copy color: '#825CEE'

red 130 ◦ green 92 ◦ blue 238

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

Shades of Medium Slate Blue #825CEE

Tints of Medium Slate Blue #825CEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 51.74%

R = 28.26%
G = 20%
B = 51.74%

CMYK

 C value IS 0.45

 M value IS 0.61

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#825CEE (or 0x825CEE) is known color: Medium Slate Blue. HEX triplet: 82, 5C and EE. RGB value is (130,92,238). Sum of RGB (Red+Green+Blue) = 130+92+238=460 (60% of max value = 765). Red value is 130 (51.17% from 255 or 28.26% from 460); Green value is 92 (36.33% from 255 or 20% from 460); Blue value is 238 (93.36% from 255 or 51.74% from 460); Max value from RGB is 238 - color contains mainly: blue. Hex color #825CEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #825CEE is #7DA311. Grayscale: #777777. Windows color (decimal): -8233746 or 15621250. OLE color: 15621250.

HSL color Cylindrical-coordinate representation of color #825CEE: hue angle of 255.62º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #825CEE is Cyan = 0.45, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 130 92 238 -
CMYK 0.45 0.61 0 0.07
HSL 255.62º 0.81% 0.65% -
HSV(B) 255.62º 0.61% 0.93% -
XYZ 28.47 18.57 82.97 -
YUV 120.01 194.59 135.13 -
System Red Green Blue C M Y K H S L
Decimal 130 92 238 0.45 0.61 0 0.07 255.62 0.81 0.65
Hex 82 5C EE 2D 3D 0 7 100 51 41
Octal 202 134 356 55 75 0 7 400 121 101
Binary 10000010 1011100 11101110 101101 111101 0 111 100000000 1010001 1000001

Color Harmonies of #825CEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825CEE

Black with #825CEE

Text Example


Text Example

White with #825CEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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