Html Css Color HEX #8165FF Light Slate Blue

📋 copy color: '#8165FF'

red 129 ◦ green 101 ◦ blue 255

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

Shades of Light Slate Blue #8165FF

Tints of Light Slate Blue #8165FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 52.58%

R = 26.6%
G = 20.82%
B = 52.58%

CMYK

 C value IS 0.49

 M value IS 0.60

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#8165FF (or 0x8165FF) is known color: Light Slate Blue. HEX triplet: 81, 65 and FF. RGB value is (129,101,255). Sum of RGB (Red+Green+Blue) = 129+101+255=485 (64% of max value = 765). Red value is 129 (50.78% from 255 or 26.60% from 485); Green value is 101 (39.84% from 255 or 20.82% from 485); Blue value is 255 (100% from 255 or 52.58% from 485); Max value from RGB is 255 - color contains mainly: blue. Hex color #8165FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8165FF is #7E9A00. Grayscale: #7E7E7E. Windows color (decimal): -8296961 or 16737665. OLE color: 16737665.

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

Color convert

RGB 129 101 255 -
CMYK 0.49 0.60 0 0
HSL 250.91º 1% 0.7% -
HSV(B) 250.91º 0.6% 1% -
XYZ 31.76 21.19 97.02 -
YUV 126.93 200.28 129.48 -
System Red Green Blue C M Y K H S L
Decimal 129 101 255 0.49 0.60 0 0 250.91 1 0.7
Hex 81 65 FF 31 3C 0 0 FB 64 46
Octal 201 145 377 61 74 0 0 373 144 106
Binary 10000001 1100101 11111111 110001 111100 0 0 11111011 1100100 1000110

Color Harmonies of #8165FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8165FF

Black with #8165FF

Text Example


Text Example

White with #8165FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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