Html Css Color HEX #827FEA Medium Slate Blue

📋 copy color: '#827FEA'

red 130 ◦ green 127 ◦ blue 234

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

Shades of Medium Slate Blue #827FEA

Tints of Medium Slate Blue #827FEA

RGB

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

 GREEN value IS 127 (50% from 255) = 25.87%

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

R = 26.48%
G = 25.87%
B = 47.66%

CMYK

 C value IS 0.44

 M value IS 0.46

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#827FEA (or 0x827FEA) is known color: Medium Slate Blue. HEX triplet: 82, 7F and EA. RGB value is (130,127,234). Sum of RGB (Red+Green+Blue) = 130+127+234=491 (65% of max value = 765). Red value is 130 (51.17% from 255 or 26.48% from 491); Green value is 127 (50% from 255 or 25.87% from 491); Blue value is 234 (91.80% from 255 or 47.66% from 491); Max value from RGB is 234 - color contains mainly: blue. Hex color #827FEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #827FEA is #7D8015. Grayscale: #8B8B8B. Windows color (decimal): -8224790 or 15368066. OLE color: 15368066.

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

Color convert

RGB 130 127 234 -
CMYK 0.44 0.46 0 0.08
HSL 241.68º 0.72% 0.71% -
HSV(B) 241.68º 0.46% 0.92% -
XYZ 31.65 25.87 81.17 -
YUV 140.1 180.99 120.8 -
System Red Green Blue C M Y K H S L
Decimal 130 127 234 0.44 0.46 0 0.08 241.68 0.72 0.71
Hex 82 7F EA 2C 2E 0 8 F2 48 47
Octal 202 177 352 54 56 0 10 362 110 107
Binary 10000010 1111111 11101010 101100 101110 0 1000 11110010 1001000 1000111

Color Harmonies of #827FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827FEA

Black with #827FEA

Text Example


Text Example

White with #827FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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