Html Css Color HEX #817EFD Light Slate Blue

📋 copy color: '#817EFD'

red 129 ◦ green 126 ◦ blue 253

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

Shades of Light Slate Blue #817EFD

Tints of Light Slate Blue #817EFD

RGB

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

 GREEN value IS 126 (49.61% from 255) = 24.8%

 BLUE value IS 253 (99.22% from 255) = 49.8%

R = 25.39%
G = 24.8%
B = 49.8%

CMYK

 C value IS 0.49

 M value IS 0.50

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#817EFD (or 0x817EFD) is known color: Light Slate Blue. HEX triplet: 81, 7E and FD. RGB value is (129,126,253). Sum of RGB (Red+Green+Blue) = 129+126+253=508 (67% of max value = 765). Red value is 129 (50.78% from 255 or 25.39% from 508); Green value is 126 (49.61% from 255 or 24.80% from 508); Blue value is 253 (99.22% from 255 or 49.80% from 508); Max value from RGB is 253 - color contains mainly: blue. Hex color #817EFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #817EFD is #7E8102. Grayscale: #8C8C8C. Windows color (decimal): -8290563 or 16612993. OLE color: 16612993.

HSL color Cylindrical-coordinate representation of color #817EFD: hue angle of 241.42º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #817EFD is Cyan = 0.49, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 129 126 253 -
CMYK 0.49 0.50 0 0.01
HSL 241.42º 0.97% 0.74% -
HSV(B) 241.42º 0.5% 0.99% -
XYZ 34.24 26.68 96.27 -
YUV 141.38 190.99 119.17 -
System Red Green Blue C M Y K H S L
Decimal 129 126 253 0.49 0.50 0 0.01 241.42 0.97 0.74
Hex 81 7E FD 31 32 0 1 F1 61 4A
Octal 201 176 375 61 62 0 1 361 141 112
Binary 10000001 1111110 11111101 110001 110010 0 1 11110001 1100001 1001010

Color Harmonies of #817EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #817EFD

Black with #817EFD

Text Example


Text Example

White with #817EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,126,253); }

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

background-color css

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

 a { background-color: rgb(129,126,253); }

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

border-color css

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

 span { border-color: rgb(129,126,253); }

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