Html Css Color HEX #8A50FF Light Slate Blue

📋 copy color: '#8A50FF'

red 138 ◦ green 80 ◦ blue 255

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

Shades of Light Slate Blue #8A50FF

Tints of Light Slate Blue #8A50FF

RGB

 RED value IS 138 (54.3% from 255) = 29.18%

 GREEN value IS 80 (31.64% from 255) = 16.91%

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

R = 29.18%
G = 16.91%
B = 53.91%

CMYK

 C value IS 0.46

 M value IS 0.69

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#8A50FF (or 0x8A50FF) is known color: Light Slate Blue. HEX triplet: 8A, 50 and FF. RGB value is (138,80,255). Sum of RGB (Red+Green+Blue) = 138+80+255=473 (62% of max value = 765). Red value is 138 (54.30% from 255 or 29.18% from 473); Green value is 80 (31.64% from 255 or 16.91% from 473); Blue value is 255 (100% from 255 or 53.91% from 473); Max value from RGB is 255 - color contains mainly: blue. Hex color #8A50FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8A50FF is #75AF00. Grayscale: #747474. Windows color (decimal): -7712513 or 16732298. OLE color: 16732298.

HSL color Cylindrical-coordinate representation of color #8A50FF: hue angle of 259.89º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8A50FF is Cyan = 0.46, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 138 80 255 -
CMYK 0.46 0.69 0 0
HSL 259.89º 1% 0.66% -
HSV(B) 259.89º 0.69% 1% -
XYZ 31.4 18.36 96.5 -
YUV 117.29 205.72 142.77 -
System Red Green Blue C M Y K H S L
Decimal 138 80 255 0.46 0.69 0 0 259.89 1 0.66
Hex 8A 50 FF 2E 45 0 0 104 64 42
Octal 212 120 377 56 105 0 0 404 144 102
Binary 10001010 1010000 11111111 101110 1000101 0 0 100000100 1100100 1000010

Color Harmonies of #8A50FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A50FF

Black with #8A50FF

Text Example


Text Example

White with #8A50FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8A50FF; }

 p { color: rgb(138,80,255); }

 H1.HeaderClassName
 {
   color: #8A50FF;
 }
 .AnyTagClassName
 {
   color: #8A50FF;
 }
</style>

background-color css

<style>
 a { background-color: #8A50FF; }

 a { background-color: rgb(138,80,255); }

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

border-color css

<style>
 span { border-color: #8A50FF; }

 span { border-color: rgb(138,80,255); }

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