Html Css Color HEX #9084EC Light Slate Blue

📋 copy color: '#9084EC'

red 144 ◦ green 132 ◦ blue 236

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

Shades of Light Slate Blue #9084EC

Tints of Light Slate Blue #9084EC

RGB

 RED value IS 144 (56.64% from 255) = 28.13%

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

 BLUE value IS 236 (92.58% from 255) = 46.09%

R = 28.13%
G = 25.78%
B = 46.09%

CMYK

 C value IS 0.39

 M value IS 0.44

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9084EC (or 0x9084EC) is known color: Light Slate Blue. HEX triplet: 90, 84 and EC. RGB value is (144,132,236). Sum of RGB (Red+Green+Blue) = 144+132+236=512 (67% of max value = 765). Red value is 144 (56.64% from 255 or 28.12% from 512); Green value is 132 (51.95% from 255 or 25.78% from 512); Blue value is 236 (92.58% from 255 or 46.09% from 512); Max value from RGB is 236 - color contains mainly: blue. Hex color #9084EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9084EC is #6F7B13. Grayscale: #939393. Windows color (decimal): -7306004 or 15500432. OLE color: 15500432.

HSL color Cylindrical-coordinate representation of color #9084EC: hue angle of 246.92º degrees, saturation: 0.73, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9084EC is Cyan = 0.39, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 144 132 236 -
CMYK 0.39 0.44 0 0.07
HSL 246.92º 0.73% 0.72% -
HSV(B) 246.92º 0.44% 0.93% -
XYZ 34.89 28.49 83.02 -
YUV 147.44 177.98 125.54 -
System Red Green Blue C M Y K H S L
Decimal 144 132 236 0.39 0.44 0 0.07 246.92 0.73 0.72
Hex 90 84 EC 27 2C 0 7 F7 49 48
Octal 220 204 354 47 54 0 7 367 111 110
Binary 10010000 10000100 11101100 100111 101100 0 111 11110111 1001001 1001000

Color Harmonies of #9084EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9084EC

Black with #9084EC

Text Example


Text Example

White with #9084EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9084EC; }

 p { color: rgb(144,132,236); }

 H1.HeaderClassName
 {
   color: #9084EC;
 }
 .AnyTagClassName
 {
   color: #9084EC;
 }
</style>

background-color css

<style>
 a { background-color: #9084EC; }

 a { background-color: rgb(144,132,236); }

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

border-color css

<style>
 span { border-color: #9084EC; }

 span { border-color: rgb(144,132,236); }

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