Html Css Color HEX #8184EE Light Slate Blue

📋 copy color: '#8184EE'

red 129 ◦ green 132 ◦ blue 238

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

Shades of Light Slate Blue #8184EE

Tints of Light Slate Blue #8184EE

RGB

 RED value IS 129 (50.78% from 255) = 25.85%

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

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

R = 25.85%
G = 26.45%
B = 47.7%

CMYK

 C value IS 0.46

 M value IS 0.45

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8184EE (or 0x8184EE) is known color: Light Slate Blue. HEX triplet: 81, 84 and EE. RGB value is (129,132,238). Sum of RGB (Red+Green+Blue) = 129+132+238=499 (66% of max value = 765). Red value is 129 (50.78% from 255 or 25.85% from 499); Green value is 132 (51.95% from 255 or 26.45% from 499); Blue value is 238 (93.36% from 255 or 47.70% from 499); Max value from RGB is 238 - color contains mainly: blue. Hex color #8184EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8184EE is #7E7B11. Grayscale: #8E8E8E. Windows color (decimal): -8289042 or 15631489. OLE color: 15631489.

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

Color convert

RGB 129 132 238 -
CMYK 0.46 0.45 0 0.07
HSL 238.35º 0.76% 0.72% -
HSV(B) 238.35º 0.46% 0.93% -
XYZ 32.74 27.34 84.44 -
YUV 143.19 181.51 117.88 -
System Red Green Blue C M Y K H S L
Decimal 129 132 238 0.46 0.45 0 0.07 238.35 0.76 0.72
Hex 81 84 EE 2E 2D 0 7 EE 4C 48
Octal 201 204 356 56 55 0 7 356 114 110
Binary 10000001 10000100 11101110 101110 101101 0 111 11101110 1001100 1001000

Color Harmonies of #8184EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8184EE

Black with #8184EE

Text Example


Text Example

White with #8184EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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