Html Css Color HEX #8165FE Light Slate Blue

📋 copy color: '#8165FE'

red 129 ◦ green 101 ◦ blue 254

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

Shades of Light Slate Blue #8165FE

Tints of Light Slate Blue #8165FE

RGB

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

 GREEN value IS 101 (39.84% from 255) = 20.87%

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

R = 26.65%
G = 20.87%
B = 52.48%

CMYK

 C value IS 0.49

 M value IS 0.60

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#8165FE (or 0x8165FE) is known color: Light Slate Blue. HEX triplet: 81, 65 and FE. RGB value is (129,101,254). Sum of RGB (Red+Green+Blue) = 129+101+254=484 (64% of max value = 765). Red value is 129 (50.78% from 255 or 26.65% from 484); Green value is 101 (39.84% from 255 or 20.87% from 484); Blue value is 254 (99.61% from 255 or 52.48% from 484); Max value from RGB is 254 - color contains mainly: blue. Hex color #8165FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8165FE is #7E9A01. Grayscale: #7E7E7E. Windows color (decimal): -8296962 or 16672129. OLE color: 16672129.

HSL color Cylindrical-coordinate representation of color #8165FE: hue angle of 250.98º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8165FE is Cyan = 0.49, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 129 101 254 -
CMYK 0.49 0.60 0 0.00
HSL 250.98º 0.99% 0.7% -
HSV(B) 250.98º 0.6% 1% -
XYZ 31.6 21.13 96.18 -
YUV 126.81 199.78 129.56 -
System Red Green Blue C M Y K H S L
Decimal 129 101 254 0.49 0.60 0 0.00 250.98 0.99 0.7
Hex 81 65 FE 31 3C 0 0 FB 63 46
Octal 201 145 376 61 74 0 0 373 143 106
Binary 10000001 1100101 11111110 110001 111100 0 0 11111011 1100011 1000110

Color Harmonies of #8165FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8165FE

Black with #8165FE

Text Example


Text Example

White with #8165FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8165FE; }

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

 H1.HeaderClassName
 {
   color: #8165FE;
 }
 .AnyTagClassName
 {
   color: #8165FE;
 }
</style>

background-color css

<style>
 a { background-color: #8165FE; }

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

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

border-color css

<style>
 span { border-color: #8165FE; }

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

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