Html Css Color HEX #827BEA Medium Slate Blue

📋 copy color: '#827BEA'

red 130 ◦ green 123 ◦ blue 234

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

Shades of Medium Slate Blue #827BEA

Tints of Medium Slate Blue #827BEA

RGB

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

 GREEN value IS 123 (48.44% from 255) = 25.26%

 BLUE value IS 234 (91.8% from 255) = 48.05%

R = 26.69%
G = 25.26%
B = 48.05%

CMYK

 C value IS 0.44

 M value IS 0.47

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#827BEA (or 0x827BEA) is known color: Medium Slate Blue. HEX triplet: 82, 7B and EA. RGB value is (130,123,234). Sum of RGB (Red+Green+Blue) = 130+123+234=487 (64% of max value = 765). Red value is 130 (51.17% from 255 or 26.69% from 487); Green value is 123 (48.44% from 255 or 25.26% from 487); Blue value is 234 (91.80% from 255 or 48.05% from 487); Max value from RGB is 234 - color contains mainly: blue. Hex color #827BEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #827BEA is #7D8415. Grayscale: #898989. Windows color (decimal): -8225814 or 15367042. OLE color: 15367042.

HSL color Cylindrical-coordinate representation of color #827BEA: hue angle of 243.78º degrees, saturation: 0.73, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #827BEA is Cyan = 0.44, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 130 123 234 -
CMYK 0.44 0.47 0 0.08
HSL 243.78º 0.73% 0.7% -
HSV(B) 243.78º 0.47% 0.92% -
XYZ 31.14 24.85 81 -
YUV 137.75 182.32 122.47 -
System Red Green Blue C M Y K H S L
Decimal 130 123 234 0.44 0.47 0 0.08 243.78 0.73 0.7
Hex 82 7B EA 2C 2F 0 8 F4 49 46
Octal 202 173 352 54 57 0 10 364 111 106
Binary 10000010 1111011 11101010 101100 101111 0 1000 11110100 1001001 1000110

Color Harmonies of #827BEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827BEA

Black with #827BEA

Text Example


Text Example

White with #827BEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827BEA; }

 p { color: rgb(130,123,234); }

 H1.HeaderClassName
 {
   color: #827BEA;
 }
 .AnyTagClassName
 {
   color: #827BEA;
 }
</style>

background-color css

<style>
 a { background-color: #827BEA; }

 a { background-color: rgb(130,123,234); }

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

border-color css

<style>
 span { border-color: #827BEA; }

 span { border-color: rgb(130,123,234); }

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