Html Css Color HEX #827CFF Light Slate Blue

📋 copy color: '#827CFF'

red 130 ◦ green 124 ◦ blue 255

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

Shades of Light Slate Blue #827CFF

Tints of Light Slate Blue #827CFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 50.1%

R = 25.54%
G = 24.36%
B = 50.1%

CMYK

 C value IS 0.49

 M value IS 0.51

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#827CFF (or 0x827CFF) is known color: Light Slate Blue. HEX triplet: 82, 7C and FF. RGB value is (130,124,255). Sum of RGB (Red+Green+Blue) = 130+124+255=509 (67% of max value = 765). Red value is 130 (51.17% from 255 or 25.54% from 509); Green value is 124 (48.83% from 255 or 24.36% from 509); Blue value is 255 (100% from 255 or 50.10% from 509); Max value from RGB is 255 - color contains mainly: blue. Hex color #827CFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #827CFF is #7D8300. Grayscale: #8C8C8C. Windows color (decimal): -8225537 or 16743554. OLE color: 16743554.

HSL color Cylindrical-coordinate representation of color #827CFF: hue angle of 242.75º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #827CFF is Cyan = 0.49, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 130 124 255 -
CMYK 0.49 0.51 0 0
HSL 242.75º 1% 0.74% -
HSV(B) 242.75º 0.51% 1% -
XYZ 34.46 26.38 97.88 -
YUV 140.73 192.49 120.35 -
System Red Green Blue C M Y K H S L
Decimal 130 124 255 0.49 0.51 0 0 242.75 1 0.74
Hex 82 7C FF 31 33 0 0 F3 64 4A
Octal 202 174 377 61 63 0 0 363 144 112
Binary 10000010 1111100 11111111 110001 110011 0 0 11110011 1100100 1001010

Color Harmonies of #827CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827CFF

Black with #827CFF

Text Example


Text Example

White with #827CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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