Html Css Color HEX #9484FF Light Slate Blue

📋 copy color: '#9484FF'

red 148 ◦ green 132 ◦ blue 255

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

Shades of Light Slate Blue #9484FF

Tints of Light Slate Blue #9484FF

RGB

 RED value IS 148 (58.2% from 255) = 27.66%

 GREEN value IS 132 (51.95% from 255) = 24.67%

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

R = 27.66%
G = 24.67%
B = 47.66%

CMYK

 C value IS 0.42

 M value IS 0.48

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#9484FF (or 0x9484FF) is known color: Light Slate Blue. HEX triplet: 94, 84 and FF. RGB value is (148,132,255). Sum of RGB (Red+Green+Blue) = 148+132+255=535 (70% of max value = 765). Red value is 148 (58.20% from 255 or 27.66% from 535); Green value is 132 (51.95% from 255 or 24.67% from 535); Blue value is 255 (100% from 255 or 47.66% from 535); Max value from RGB is 255 - color contains mainly: blue. Hex color #9484FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9484FF is #6B7B00. Grayscale: #969696. Windows color (decimal): -7043841 or 16745620. OLE color: 16745620.

HSL color Cylindrical-coordinate representation of color #9484FF: hue angle of 247.8º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9484FF is Cyan = 0.42, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 148 132 255 -
CMYK 0.42 0.48 0 0
HSL 247.8º 1% 0.76% -
HSV(B) 247.8º 0.48% 1% -
XYZ 38.51 30.02 98.37 -
YUV 150.81 186.8 126 -
System Red Green Blue C M Y K H S L
Decimal 148 132 255 0.42 0.48 0 0 247.8 1 0.76
Hex 94 84 FF 2A 30 0 0 F8 64 4C
Octal 224 204 377 52 60 0 0 370 144 114
Binary 10010100 10000100 11111111 101010 110000 0 0 11111000 1100100 1001100

Color Harmonies of #9484FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9484FF

Black with #9484FF

Text Example


Text Example

White with #9484FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9484FF; }

 p { color: rgb(148,132,255); }

 H1.HeaderClassName
 {
   color: #9484FF;
 }
 .AnyTagClassName
 {
   color: #9484FF;
 }
</style>

background-color css

<style>
 a { background-color: #9484FF; }

 a { background-color: rgb(148,132,255); }

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

border-color css

<style>
 span { border-color: #9484FF; }

 span { border-color: rgb(148,132,255); }

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