Html Css Color HEX #9283EE Light Slate Blue

📋 copy color: '#9283EE'

red 146 ◦ green 131 ◦ blue 238

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

Shades of Light Slate Blue #9283EE

Tints of Light Slate Blue #9283EE

RGB

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

 GREEN value IS 131 (51.56% from 255) = 25.44%

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

R = 28.35%
G = 25.44%
B = 46.21%

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

#9283EE (or 0x9283EE) is known color: Light Slate Blue. HEX triplet: 92, 83 and EE. RGB value is (146,131,238). Sum of RGB (Red+Green+Blue) = 146+131+238=515 (68% of max value = 765). Red value is 146 (57.42% from 255 or 28.35% from 515); Green value is 131 (51.56% from 255 or 25.44% from 515); Blue value is 238 (93.36% from 255 or 46.21% from 515); Max value from RGB is 238 - color contains mainly: blue. Hex color #9283EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9283EE is #6D7C11. Grayscale: #939393. Windows color (decimal): -7175186 or 15631250. OLE color: 15631250.

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

Color convert

RGB 146 131 238 -
CMYK 0.39 0.45 0 0.07
HSL 248.41º 0.76% 0.72% -
HSV(B) 248.41º 0.45% 0.93% -
XYZ 35.4 28.52 84.53 -
YUV 147.68 178.97 126.8 -
System Red Green Blue C M Y K H S L
Decimal 146 131 238 0.39 0.45 0 0.07 248.41 0.76 0.72
Hex 92 83 EE 27 2D 0 7 F8 4C 48
Octal 222 203 356 47 55 0 7 370 114 110
Binary 10010010 10000011 11101110 100111 101101 0 111 11111000 1001100 1001000

Color Harmonies of #9283EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9283EE

Black with #9283EE

Text Example


Text Example

White with #9283EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(146,131,238); }

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

background-color css

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

 a { background-color: rgb(146,131,238); }

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

border-color css

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

 span { border-color: rgb(146,131,238); }

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