Html Css Color HEX #817CFE Light Slate Blue

📋 copy color: '#817CFE'

red 129 ◦ green 124 ◦ blue 254

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

Shades of Light Slate Blue #817CFE

Tints of Light Slate Blue #817CFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 50.1%

R = 25.44%
G = 24.46%
B = 50.1%

CMYK

 C value IS 0.49

 M value IS 0.51

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#817CFE (or 0x817CFE) is known color: Light Slate Blue. HEX triplet: 81, 7C and FE. RGB value is (129,124,254). Sum of RGB (Red+Green+Blue) = 129+124+254=507 (67% of max value = 765). Red value is 129 (50.78% from 255 or 25.44% from 507); Green value is 124 (48.83% from 255 or 24.46% from 507); Blue value is 254 (99.61% from 255 or 50.10% from 507); Max value from RGB is 254 - color contains mainly: blue. Hex color #817CFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #817CFE is #7E8301. Grayscale: #8B8B8B. Windows color (decimal): -8291074 or 16678017. OLE color: 16678017.

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

Color convert

RGB 129 124 254 -
CMYK 0.49 0.51 0 0.00
HSL 242.31º 0.98% 0.74% -
HSV(B) 242.31º 0.51% 1% -
XYZ 34.15 26.24 97.03 -
YUV 140.32 192.16 119.93 -
System Red Green Blue C M Y K H S L
Decimal 129 124 254 0.49 0.51 0 0.00 242.31 0.98 0.74
Hex 81 7C FE 31 33 0 0 F2 62 4A
Octal 201 174 376 61 63 0 0 362 142 112
Binary 10000001 1111100 11111110 110001 110011 0 0 11110010 1100010 1001010

Color Harmonies of #817CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #817CFE

Black with #817CFE

Text Example


Text Example

White with #817CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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