Html Css Color HEX #9380FA Light Slate Blue

📋 copy color: '#9380FA'

red 147 ◦ green 128 ◦ blue 250

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

Shades of Light Slate Blue #9380FA

Tints of Light Slate Blue #9380FA

RGB

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

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

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

R = 28%
G = 24.38%
B = 47.62%

CMYK

 C value IS 0.41

 M value IS 0.49

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9380FA (or 0x9380FA) is known color: Light Slate Blue. HEX triplet: 93, 80 and FA. RGB value is (147,128,250). Sum of RGB (Red+Green+Blue) = 147+128+250=525 (69% of max value = 765). Red value is 147 (57.81% from 255 or 28% from 525); Green value is 128 (50.39% from 255 or 24.38% from 525); Blue value is 250 (98.05% from 255 or 47.62% from 525); Max value from RGB is 250 - color contains mainly: blue. Hex color #9380FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9380FA is #6C7F05. Grayscale: #939393. Windows color (decimal): -7110406 or 16416915. OLE color: 16416915.

HSL color Cylindrical-coordinate representation of color #9380FA: hue angle of 249.34º degrees, saturation: 0.92, 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 #9380FA is Cyan = 0.41, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 147 128 250 -
CMYK 0.41 0.49 0 0.02
HSL 249.34º 0.92% 0.74% -
HSV(B) 249.34º 0.49% 0.98% -
XYZ 37.01 28.54 94 -
YUV 147.59 185.79 127.58 -
System Red Green Blue C M Y K H S L
Decimal 147 128 250 0.41 0.49 0 0.02 249.34 0.92 0.74
Hex 93 80 FA 29 31 0 2 F9 5C 4A
Octal 223 200 372 51 61 0 2 371 134 112
Binary 10010011 10000000 11111010 101001 110001 0 10 11111001 1011100 1001010

Color Harmonies of #9380FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9380FA

Black with #9380FA

Text Example


Text Example

White with #9380FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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