Html Css Color HEX #8165FA Light Slate Blue

📋 copy color: '#8165FA'

red 129 ◦ green 101 ◦ blue 250

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

Shades of Light Slate Blue #8165FA

Tints of Light Slate Blue #8165FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 52.08%

R = 26.88%
G = 21.04%
B = 52.08%

CMYK

 C value IS 0.48

 M value IS 0.60

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8165FA (or 0x8165FA) is known color: Light Slate Blue. HEX triplet: 81, 65 and FA. RGB value is (129,101,250). Sum of RGB (Red+Green+Blue) = 129+101+250=480 (63% of max value = 765). Red value is 129 (50.78% from 255 or 26.88% from 480); Green value is 101 (39.84% from 255 or 21.04% from 480); Blue value is 250 (98.05% from 255 or 52.08% from 480); Max value from RGB is 250 - color contains mainly: blue. Hex color #8165FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8165FA is #7E9A05. Grayscale: #7D7D7D. Windows color (decimal): -8296966 or 16409985. OLE color: 16409985.

HSL color Cylindrical-coordinate representation of color #8165FA: hue angle of 251.28º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8165FA is Cyan = 0.48, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 129 101 250 -
CMYK 0.48 0.60 0 0.02
HSL 251.28º 0.94% 0.69% -
HSV(B) 251.28º 0.6% 0.98% -
XYZ 30.96 20.88 92.84 -
YUV 126.36 197.78 129.88 -
System Red Green Blue C M Y K H S L
Decimal 129 101 250 0.48 0.60 0 0.02 251.28 0.94 0.69
Hex 81 65 FA 30 3C 0 2 FB 5E 45
Octal 201 145 372 60 74 0 2 373 136 105
Binary 10000001 1100101 11111010 110000 111100 0 10 11111011 1011110 1000101

Color Harmonies of #8165FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8165FA

Black with #8165FA

Text Example


Text Example

White with #8165FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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