Html Css Color HEX #9A84FF Light Slate Blue

📋 copy color: '#9A84FF'

red 154 ◦ green 132 ◦ blue 255

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

Shades of Light Slate Blue #9A84FF

Tints of Light Slate Blue #9A84FF

RGB

 RED value IS 154 (60.55% from 255) = 28.47%

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

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

R = 28.47%
G = 24.4%
B = 47.13%

CMYK

 C value IS 0.40

 M value IS 0.48

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#9A84FF (or 0x9A84FF) is known color: Light Slate Blue. HEX triplet: 9A, 84 and FF. RGB value is (154,132,255). Sum of RGB (Red+Green+Blue) = 154+132+255=541 (71% of max value = 765). Red value is 154 (60.55% from 255 or 28.47% from 541); Green value is 132 (51.95% from 255 or 24.40% from 541); Blue value is 255 (100% from 255 or 47.13% from 541); Max value from RGB is 255 - color contains mainly: blue. Hex color #9A84FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9A84FF is #657B00. Grayscale: #989898. Windows color (decimal): -6650625 or 16745626. OLE color: 16745626.

HSL color Cylindrical-coordinate representation of color #9A84FF: hue angle of 250.73º 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 #9A84FF is Cyan = 0.40, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 154 132 255 -
CMYK 0.40 0.48 0 0
HSL 250.73º 1% 0.76% -
HSV(B) 250.73º 0.48% 1% -
XYZ 39.63 30.59 98.42 -
YUV 152.6 185.79 129 -
System Red Green Blue C M Y K H S L
Decimal 154 132 255 0.40 0.48 0 0 250.73 1 0.76
Hex 9A 84 FF 28 30 0 0 FB 64 4C
Octal 232 204 377 50 60 0 0 373 144 114
Binary 10011010 10000100 11111111 101000 110000 0 0 11111011 1100100 1001100

Color Harmonies of #9A84FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A84FF

Black with #9A84FF

Text Example


Text Example

White with #9A84FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9A84FF; }

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

 H1.HeaderClassName
 {
   color: #9A84FF;
 }
 .AnyTagClassName
 {
   color: #9A84FF;
 }
</style>

background-color css

<style>
 a { background-color: #9A84FF; }

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

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

border-color css

<style>
 span { border-color: #9A84FF; }

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

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