Html Css Color HEX #817BFE Light Slate Blue

📋 copy color: '#817BFE'

red 129 ◦ green 123 ◦ blue 254

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

Shades of Light Slate Blue #817BFE

Tints of Light Slate Blue #817BFE

RGB

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

 GREEN value IS 123 (48.44% from 255) = 24.31%

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

R = 25.49%
G = 24.31%
B = 50.2%

CMYK

 C value IS 0.49

 M value IS 0.52

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#817BFE (or 0x817BFE) is known color: Light Slate Blue. HEX triplet: 81, 7B and FE. RGB value is (129,123,254). Sum of RGB (Red+Green+Blue) = 129+123+254=506 (67% of max value = 765). Red value is 129 (50.78% from 255 or 25.49% from 506); Green value is 123 (48.44% from 255 or 24.31% from 506); Blue value is 254 (99.61% from 255 or 50.20% from 506); Max value from RGB is 254 - color contains mainly: blue. Hex color #817BFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #817BFE is #7E8401. Grayscale: #8B8B8B. Windows color (decimal): -8291330 or 16677761. OLE color: 16677761.

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

Color convert

RGB 129 123 254 -
CMYK 0.49 0.52 0 0.00
HSL 242.75º 0.98% 0.74% -
HSV(B) 242.75º 0.52% 1% -
XYZ 34.03 25.99 96.99 -
YUV 139.73 192.49 120.35 -
System Red Green Blue C M Y K H S L
Decimal 129 123 254 0.49 0.52 0 0.00 242.75 0.98 0.74
Hex 81 7B FE 31 34 0 0 F3 62 4A
Octal 201 173 376 61 64 0 0 363 142 112
Binary 10000001 1111011 11111110 110001 110100 0 0 11110011 1100010 1001010

Color Harmonies of #817BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #817BFE

Black with #817BFE

Text Example


Text Example

White with #817BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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