Html Css Color HEX #9084EE Light Slate Blue

📋 copy color: '#9084EE'

red 144 ◦ green 132 ◦ blue 238

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

Shades of Light Slate Blue #9084EE

Tints of Light Slate Blue #9084EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 46.3%

R = 28.02%
G = 25.68%
B = 46.3%

CMYK

 C value IS 0.39

 M value IS 0.45

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9084EE (or 0x9084EE) is known color: Light Slate Blue. HEX triplet: 90, 84 and EE. RGB value is (144,132,238). Sum of RGB (Red+Green+Blue) = 144+132+238=514 (68% of max value = 765). Red value is 144 (56.64% from 255 or 28.02% from 514); Green value is 132 (51.95% from 255 or 25.68% from 514); Blue value is 238 (93.36% from 255 or 46.30% from 514); Max value from RGB is 238 - color contains mainly: blue. Hex color #9084EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9084EE is #6F7B11. Grayscale: #939393. Windows color (decimal): -7306002 or 15631504. OLE color: 15631504.

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

Color convert

RGB 144 132 238 -
CMYK 0.39 0.45 0 0.07
HSL 246.79º 0.76% 0.73% -
HSV(B) 246.79º 0.45% 0.93% -
XYZ 35.19 28.6 84.56 -
YUV 147.67 178.98 125.38 -
System Red Green Blue C M Y K H S L
Decimal 144 132 238 0.39 0.45 0 0.07 246.79 0.76 0.73
Hex 90 84 EE 27 2D 0 7 F7 4C 49
Octal 220 204 356 47 55 0 7 367 114 111
Binary 10010000 10000100 11101110 100111 101101 0 111 11110111 1001100 1001001

Color Harmonies of #9084EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9084EE

Black with #9084EE

Text Example


Text Example

White with #9084EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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