Html Css Color HEX #817CEF Light Slate Blue

📋 copy color: '#817CEF'

red 129 ◦ green 124 ◦ blue 239

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

Shades of Light Slate Blue #817CEF

Tints of Light Slate Blue #817CEF

RGB

 RED value IS 129 (50.78% from 255) = 26.22%

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

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

R = 26.22%
G = 25.2%
B = 48.58%

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

#817CEF (or 0x817CEF) is known color: Light Slate Blue. HEX triplet: 81, 7C and EF. RGB value is (129,124,239). Sum of RGB (Red+Green+Blue) = 129+124+239=492 (65% of max value = 765). Red value is 129 (50.78% from 255 or 26.22% from 492); Green value is 124 (48.83% from 255 or 25.20% from 492); Blue value is 239 (93.75% from 255 or 48.58% from 492); Max value from RGB is 239 - color contains mainly: blue. Hex color #817CEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #817CEF is #7E8310. Grayscale: #8A8A8A. Windows color (decimal): -8291089 or 15694977. OLE color: 15694977.

HSL color Cylindrical-coordinate representation of color #817CEF: hue angle of 242.61º 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 #817CEF is Cyan = 0.46, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 129 124 239 -
CMYK 0.46 0.48 0 0.06
HSL 242.61º 0.78% 0.71% -
HSV(B) 242.61º 0.48% 0.94% -
XYZ 31.84 25.31 84.87 -
YUV 138.61 184.66 121.15 -
System Red Green Blue C M Y K H S L
Decimal 129 124 239 0.46 0.48 0 0.06 242.61 0.78 0.71
Hex 81 7C EF 2E 30 0 6 F3 4E 47
Octal 201 174 357 56 60 0 6 363 116 107
Binary 10000001 1111100 11101111 101110 110000 0 110 11110011 1001110 1000111

Color Harmonies of #817CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #817CEF

Black with #817CEF

Text Example


Text Example

White with #817CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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