Html Css Color HEX #8184F1 Light Slate Blue

📋 copy color: '#8184F1'

red 129 ◦ green 132 ◦ blue 241

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

Shades of Light Slate Blue #8184F1

Tints of Light Slate Blue #8184F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 48.01%

R = 25.7%
G = 26.29%
B = 48.01%

CMYK

 C value IS 0.46

 M value IS 0.45

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#8184F1 (or 0x8184F1) is known color: Light Slate Blue. HEX triplet: 81, 84 and F1. RGB value is (129,132,241). Sum of RGB (Red+Green+Blue) = 129+132+241=502 (66% of max value = 765). Red value is 129 (50.78% from 255 or 25.70% from 502); Green value is 132 (51.95% from 255 or 26.29% from 502); Blue value is 241 (94.53% from 255 or 48.01% from 502); Max value from RGB is 241 - color contains mainly: blue. Hex color #8184F1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8184F1 is #7E7B0E. Grayscale: #8F8F8F. Windows color (decimal): -8289039 or 15828097. OLE color: 15828097.

HSL color Cylindrical-coordinate representation of color #8184F1: hue angle of 238.39º degrees, saturation: 0.8, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8184F1 is Cyan = 0.46, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 129 132 241 -
CMYK 0.46 0.45 0 0.05
HSL 238.39º 0.8% 0.73% -
HSV(B) 238.39º 0.46% 0.95% -
XYZ 33.18 27.52 86.78 -
YUV 143.53 183.01 117.64 -
System Red Green Blue C M Y K H S L
Decimal 129 132 241 0.46 0.45 0 0.05 238.39 0.8 0.73
Hex 81 84 F1 2E 2D 0 5 EE 50 49
Octal 201 204 361 56 55 0 5 356 120 111
Binary 10000001 10000100 11110001 101110 101101 0 101 11101110 1010000 1001001

Color Harmonies of #8184F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8184F1

Black with #8184F1

Text Example


Text Example

White with #8184F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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