Html Css Color HEX #8380FC Light Slate Blue

📋 copy color: '#8380FC'

red 131 ◦ green 128 ◦ blue 252

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

Shades of Light Slate Blue #8380FC

Tints of Light Slate Blue #8380FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 49.32%

R = 25.64%
G = 25.05%
B = 49.32%

CMYK

 C value IS 0.48

 M value IS 0.49

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#8380FC (or 0x8380FC) is known color: Light Slate Blue. HEX triplet: 83, 80 and FC. RGB value is (131,128,252). Sum of RGB (Red+Green+Blue) = 131+128+252=511 (67% of max value = 765). Red value is 131 (51.56% from 255 or 25.64% from 511); Green value is 128 (50.39% from 255 or 25.05% from 511); Blue value is 252 (98.83% from 255 or 49.32% from 511); Max value from RGB is 252 - color contains mainly: blue. Hex color #8380FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8380FC is #7C7F03. Grayscale: #8E8E8E. Windows color (decimal): -8158980 or 16547971. OLE color: 16547971.

HSL color Cylindrical-coordinate representation of color #8380FC: hue angle of 241.45º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8380FC is Cyan = 0.48, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 131 128 252 -
CMYK 0.48 0.49 0 0.01
HSL 241.45º 0.95% 0.75% -
HSV(B) 241.45º 0.49% 0.99% -
XYZ 34.65 27.29 95.54 -
YUV 143.03 189.49 119.42 -
System Red Green Blue C M Y K H S L
Decimal 131 128 252 0.48 0.49 0 0.01 241.45 0.95 0.75
Hex 83 80 FC 30 31 0 1 F1 5F 4B
Octal 203 200 374 60 61 0 1 361 137 113
Binary 10000011 10000000 11111100 110000 110001 0 1 11110001 1011111 1001011

Color Harmonies of #8380FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8380FC

Black with #8380FC

Text Example


Text Example

White with #8380FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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