Html Css Color HEX #9380FC Light Slate Blue

📋 copy color: '#9380FC'

red 147 ◦ green 128 ◦ blue 252

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

Shades of Light Slate Blue #9380FC

Tints of Light Slate Blue #9380FC

RGB

 RED value IS 147 (57.81% from 255) = 27.89%

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

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

R = 27.89%
G = 24.29%
B = 47.82%

CMYK

 C value IS 0.42

 M value IS 0.49

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#9380FC (or 0x9380FC) is known color: Light Slate Blue. HEX triplet: 93, 80 and FC. RGB value is (147,128,252). Sum of RGB (Red+Green+Blue) = 147+128+252=527 (69% of max value = 765). Red value is 147 (57.81% from 255 or 27.89% from 527); Green value is 128 (50.39% from 255 or 24.29% from 527); Blue value is 252 (98.83% from 255 or 47.82% from 527); Max value from RGB is 252 - color contains mainly: blue. Hex color #9380FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9380FC is #6C7F03. Grayscale: #939393. Windows color (decimal): -7110404 or 16547987. OLE color: 16547987.

HSL color Cylindrical-coordinate representation of color #9380FC: hue angle of 249.19º 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 #9380FC is Cyan = 0.42, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 147 128 252 -
CMYK 0.42 0.49 0 0.01
HSL 249.19º 0.95% 0.75% -
HSV(B) 249.19º 0.49% 0.99% -
XYZ 37.32 28.67 95.66 -
YUV 147.82 186.79 127.42 -
System Red Green Blue C M Y K H S L
Decimal 147 128 252 0.42 0.49 0 0.01 249.19 0.95 0.75
Hex 93 80 FC 2A 31 0 1 F9 5F 4B
Octal 223 200 374 52 61 0 1 371 137 113
Binary 10010011 10000000 11111100 101010 110001 0 1 11111001 1011111 1001011

Color Harmonies of #9380FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9380FC

Black with #9380FC

Text Example


Text Example

White with #9380FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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