Html Css Color HEX #816DF7 Light Slate Blue

📋 copy color: '#816DF7'

red 129 ◦ green 109 ◦ blue 247

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

Shades of Light Slate Blue #816DF7

Tints of Light Slate Blue #816DF7

RGB

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

 GREEN value IS 109 (42.97% from 255) = 22.47%

 BLUE value IS 247 (96.88% from 255) = 50.93%

R = 26.6%
G = 22.47%
B = 50.93%

CMYK

 C value IS 0.48

 M value IS 0.56

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#816DF7 (or 0x816DF7) is known color: Light Slate Blue. HEX triplet: 81, 6D and F7. RGB value is (129,109,247). Sum of RGB (Red+Green+Blue) = 129+109+247=485 (64% of max value = 765). Red value is 129 (50.78% from 255 or 26.60% from 485); Green value is 109 (42.97% from 255 or 22.47% from 485); Blue value is 247 (96.88% from 255 or 50.93% from 485); Max value from RGB is 247 - color contains mainly: blue. Hex color #816DF7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #816DF7 is #7E9208. Grayscale: #828282. Windows color (decimal): -8294921 or 16215425. OLE color: 16215425.

HSL color Cylindrical-coordinate representation of color #816DF7: hue angle of 248.7º degrees, saturation: 0.9, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #816DF7 is Cyan = 0.48, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 129 109 247 -
CMYK 0.48 0.56 0 0.03
HSL 248.7º 0.9% 0.7% -
HSV(B) 248.7º 0.56% 0.97% -
XYZ 31.31 22.32 90.65 -
YUV 130.71 193.63 126.78 -
System Red Green Blue C M Y K H S L
Decimal 129 109 247 0.48 0.56 0 0.03 248.7 0.9 0.7
Hex 81 6D F7 30 38 0 3 F9 5A 46
Octal 201 155 367 60 70 0 3 371 132 106
Binary 10000001 1101101 11110111 110000 111000 0 11 11111001 1011010 1000110

Color Harmonies of #816DF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #816DF7

Black with #816DF7

Text Example


Text Example

White with #816DF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #816DF7; }

 p { color: rgb(129,109,247); }

 H1.HeaderClassName
 {
   color: #816DF7;
 }
 .AnyTagClassName
 {
   color: #816DF7;
 }
</style>

background-color css

<style>
 a { background-color: #816DF7; }

 a { background-color: rgb(129,109,247); }

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

border-color css

<style>
 span { border-color: #816DF7; }

 span { border-color: rgb(129,109,247); }

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