Html Css Color HEX #827CEF Light Slate Blue

📋 copy color: '#827CEF'

red 130 ◦ green 124 ◦ blue 239

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

Shades of Light Slate Blue #827CEF

Tints of Light Slate Blue #827CEF

RGB

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

 GREEN value IS 124 (48.83% from 255) = 25.15%

 BLUE value IS 239 (93.75% from 255) = 48.48%

R = 26.37%
G = 25.15%
B = 48.48%

CMYK

 C value IS 0.46

 M value IS 0.48

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#827CEF (or 0x827CEF) is known color: Light Slate Blue. HEX triplet: 82, 7C and EF. RGB value is (130,124,239). Sum of RGB (Red+Green+Blue) = 130+124+239=493 (65% of max value = 765). Red value is 130 (51.17% from 255 or 26.37% from 493); Green value is 124 (48.83% from 255 or 25.15% from 493); Blue value is 239 (93.75% from 255 or 48.48% from 493); Max value from RGB is 239 - color contains mainly: blue. Hex color #827CEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #827CEF is #7D8310. Grayscale: #8A8A8A. Windows color (decimal): -8225553 or 15694978. OLE color: 15694978.

HSL color Cylindrical-coordinate representation of color #827CEF: hue angle of 243.13º degrees, saturation: 0.78, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #827CEF is Cyan = 0.46, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 130 124 239 -
CMYK 0.46 0.48 0 0.06
HSL 243.13º 0.78% 0.71% -
HSV(B) 243.13º 0.48% 0.94% -
XYZ 31.99 25.39 84.88 -
YUV 138.9 184.49 121.65 -
System Red Green Blue C M Y K H S L
Decimal 130 124 239 0.46 0.48 0 0.06 243.13 0.78 0.71
Hex 82 7C EF 2E 30 0 6 F3 4E 47
Octal 202 174 357 56 60 0 6 363 116 107
Binary 10000010 1111100 11101111 101110 110000 0 110 11110011 1001110 1000111

Color Harmonies of #827CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827CEF

Black with #827CEF

Text Example


Text Example

White with #827CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,124,239); }

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

background-color css

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

 a { background-color: rgb(130,124,239); }

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

border-color css

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

 span { border-color: rgb(130,124,239); }

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