Html Css Color HEX #8183ED Light Slate Blue

📋 copy color: '#8183ED'

red 129 ◦ green 131 ◦ blue 237

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

Shades of Light Slate Blue #8183ED

Tints of Light Slate Blue #8183ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 47.69%

R = 25.96%
G = 26.36%
B = 47.69%

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

#8183ED (or 0x8183ED) is known color: Light Slate Blue. HEX triplet: 81, 83 and ED. RGB value is (129,131,237). Sum of RGB (Red+Green+Blue) = 129+131+237=497 (65% of max value = 765). Red value is 129 (50.78% from 255 or 25.96% from 497); Green value is 131 (51.56% from 255 or 26.36% from 497); Blue value is 237 (92.97% from 255 or 47.69% from 497); Max value from RGB is 237 - color contains mainly: blue. Hex color #8183ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8183ED is #7E7C12. Grayscale: #8E8E8E. Windows color (decimal): -8289299 or 15565697. OLE color: 15565697.

HSL color Cylindrical-coordinate representation of color #8183ED: hue angle of 238.89º degrees, saturation: 0.75, 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 #8183ED is Cyan = 0.46, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 129 131 237 -
CMYK 0.46 0.45 0 0.07
HSL 238.89º 0.75% 0.72% -
HSV(B) 238.89º 0.46% 0.93% -
XYZ 32.46 27.01 83.62 -
YUV 142.49 181.34 118.38 -
System Red Green Blue C M Y K H S L
Decimal 129 131 237 0.46 0.45 0 0.07 238.89 0.75 0.72
Hex 81 83 ED 2E 2D 0 7 EF 4B 48
Octal 201 203 355 56 55 0 7 357 113 110
Binary 10000001 10000011 11101101 101110 101101 0 111 11101111 1001011 1001000

Color Harmonies of #8183ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8183ED

Black with #8183ED

Text Example


Text Example

White with #8183ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8183ED; }

 p { color: rgb(129,131,237); }

 H1.HeaderClassName
 {
   color: #8183ED;
 }
 .AnyTagClassName
 {
   color: #8183ED;
 }
</style>

background-color css

<style>
 a { background-color: #8183ED; }

 a { background-color: rgb(129,131,237); }

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

border-color css

<style>
 span { border-color: #8183ED; }

 span { border-color: rgb(129,131,237); }

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