Html Css Color HEX #8184FA Light Slate Blue

📋 copy color: '#8184FA'

red 129 ◦ green 132 ◦ blue 250

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

Shades of Light Slate Blue #8184FA

Tints of Light Slate Blue #8184FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 48.92%

R = 25.24%
G = 25.83%
B = 48.92%

CMYK

 C value IS 0.48

 M value IS 0.47

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8184FA (or 0x8184FA) is known color: Light Slate Blue. HEX triplet: 81, 84 and FA. RGB value is (129,132,250). Sum of RGB (Red+Green+Blue) = 129+132+250=511 (67% of max value = 765). Red value is 129 (50.78% from 255 or 25.24% from 511); Green value is 132 (51.95% from 255 or 25.83% from 511); Blue value is 250 (98.05% from 255 or 48.92% from 511); Max value from RGB is 250 - color contains mainly: blue. Hex color #8184FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8184FA is #7E7B05. Grayscale: #909090. Windows color (decimal): -8289030 or 16417921. OLE color: 16417921.

HSL color Cylindrical-coordinate representation of color #8184FA: hue angle of 238.51º degrees, saturation: 0.92, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8184FA is Cyan = 0.48, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 129 132 250 -
CMYK 0.48 0.47 0 0.02
HSL 238.51º 0.92% 0.74% -
HSV(B) 238.51º 0.48% 0.98% -
XYZ 34.56 28.07 94.04 -
YUV 144.56 187.51 116.91 -
System Red Green Blue C M Y K H S L
Decimal 129 132 250 0.48 0.47 0 0.02 238.51 0.92 0.74
Hex 81 84 FA 30 2F 0 2 EF 5C 4A
Octal 201 204 372 60 57 0 2 357 134 112
Binary 10000001 10000100 11111010 110000 101111 0 10 11101111 1011100 1001010

Color Harmonies of #8184FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8184FA

Black with #8184FA

Text Example


Text Example

White with #8184FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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