Html Css Color HEX #9284FA Light Slate Blue

📋 copy color: '#9284FA'

red 146 ◦ green 132 ◦ blue 250

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

Shades of Light Slate Blue #9284FA

Tints of Light Slate Blue #9284FA

RGB

 RED value IS 146 (57.42% from 255) = 27.65%

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

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

R = 27.65%
G = 25%
B = 47.35%

CMYK

 C value IS 0.42

 M value IS 0.47

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9284FA (or 0x9284FA) is known color: Light Slate Blue. HEX triplet: 92, 84 and FA. RGB value is (146,132,250). Sum of RGB (Red+Green+Blue) = 146+132+250=528 (69% of max value = 765). Red value is 146 (57.42% from 255 or 27.65% from 528); Green value is 132 (51.95% from 255 or 25% from 528); Blue value is 250 (98.05% from 255 or 47.35% from 528); Max value from RGB is 250 - color contains mainly: blue. Hex color #9284FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9284FA is #6D7B05. Grayscale: #959595. Windows color (decimal): -7174918 or 16417938. OLE color: 16417938.

HSL color Cylindrical-coordinate representation of color #9284FA: hue angle of 247.12º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9284FA is Cyan = 0.42, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 146 132 250 -
CMYK 0.42 0.47 0 0.02
HSL 247.12º 0.92% 0.75% -
HSV(B) 247.12º 0.47% 0.98% -
XYZ 37.36 29.52 94.17 -
YUV 149.64 184.64 125.41 -
System Red Green Blue C M Y K H S L
Decimal 146 132 250 0.42 0.47 0 0.02 247.12 0.92 0.75
Hex 92 84 FA 2A 2F 0 2 F7 5C 4B
Octal 222 204 372 52 57 0 2 367 134 113
Binary 10010010 10000100 11111010 101010 101111 0 10 11110111 1011100 1001011

Color Harmonies of #9284FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9284FA

Black with #9284FA

Text Example


Text Example

White with #9284FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(146,132,250); }

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

background-color css

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

 a { background-color: rgb(146,132,250); }

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

border-color css

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

 span { border-color: rgb(146,132,250); }

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