Html Css Color HEX #8380FB Light Slate Blue

📋 copy color: '#8380FB'

red 131 ◦ green 128 ◦ blue 251

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

Shades of Light Slate Blue #8380FB

Tints of Light Slate Blue #8380FB

RGB

 RED value IS 131 (51.56% from 255) = 25.69%

 GREEN value IS 128 (50.39% from 255) = 25.1%

 BLUE value IS 251 (98.44% from 255) = 49.22%

R = 25.69%
G = 25.1%
B = 49.22%

CMYK

 C value IS 0.48

 M value IS 0.49

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8380FB (or 0x8380FB) is known color: Light Slate Blue. HEX triplet: 83, 80 and FB. RGB value is (131,128,251). Sum of RGB (Red+Green+Blue) = 131+128+251=510 (67% of max value = 765). Red value is 131 (51.56% from 255 or 25.69% from 510); Green value is 128 (50.39% from 255 or 25.10% from 510); Blue value is 251 (98.44% from 255 or 49.22% from 510); Max value from RGB is 251 - color contains mainly: blue. Hex color #8380FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8380FB is #7C7F04. Grayscale: #8E8E8E. Windows color (decimal): -8158981 or 16482435. OLE color: 16482435.

HSL color Cylindrical-coordinate representation of color #8380FB: hue angle of 241.46º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8380FB is Cyan = 0.48, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 131 128 251 -
CMYK 0.48 0.49 0 0.02
HSL 241.46º 0.94% 0.74% -
HSV(B) 241.46º 0.49% 0.98% -
XYZ 34.49 27.23 94.7 -
YUV 142.92 188.99 119.5 -
System Red Green Blue C M Y K H S L
Decimal 131 128 251 0.48 0.49 0 0.02 241.46 0.94 0.74
Hex 83 80 FB 30 31 0 2 F1 5E 4A
Octal 203 200 373 60 61 0 2 361 136 112
Binary 10000011 10000000 11111011 110000 110001 0 10 11110001 1011110 1001010

Color Harmonies of #8380FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8380FB

Black with #8380FB

Text Example


Text Example

White with #8380FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8380FB; }

 p { color: rgb(131,128,251); }

 H1.HeaderClassName
 {
   color: #8380FB;
 }
 .AnyTagClassName
 {
   color: #8380FB;
 }
</style>

background-color css

<style>
 a { background-color: #8380FB; }

 a { background-color: rgb(131,128,251); }

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

border-color css

<style>
 span { border-color: #8380FB; }

 span { border-color: rgb(131,128,251); }

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