Html Css Color HEX #848DFF Light Slate Blue

📋 copy color: '#848DFF'

red 132 ◦ green 141 ◦ blue 255

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

Shades of Light Slate Blue #848DFF

Tints of Light Slate Blue #848DFF

RGB

 RED value IS 132 (51.95% from 255) = 25%

 GREEN value IS 141 (55.47% from 255) = 26.7%

 BLUE value IS 255 (100% from 255) = 48.3%

R = 25%
G = 26.7%
B = 48.3%

CMYK

 C value IS 0.48

 M value IS 0.45

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#848DFF (or 0x848DFF) is known color: Light Slate Blue. HEX triplet: 84, 8D and FF. RGB value is (132,141,255). Sum of RGB (Red+Green+Blue) = 132+141+255=528 (69% of max value = 765). Red value is 132 (51.95% from 255 or 25% from 528); Green value is 141 (55.47% from 255 or 26.70% from 528); Blue value is 255 (100% from 255 or 48.30% from 528); Max value from RGB is 255 - color contains mainly: blue. Hex color #848DFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #848DFF is #7B7200. Grayscale: #969696. Windows color (decimal): -8090113 or 16747908. OLE color: 16747908.

HSL color Cylindrical-coordinate representation of color #848DFF: hue angle of 235.61º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #848DFF is Cyan = 0.48, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 132 141 255 -
CMYK 0.48 0.45 0 0
HSL 235.61º 1% 0.76% -
HSV(B) 235.61º 0.48% 1% -
XYZ 37.09 31.18 98.67 -
YUV 151.31 186.52 114.23 -
System Red Green Blue C M Y K H S L
Decimal 132 141 255 0.48 0.45 0 0 235.61 1 0.76
Hex 84 8D FF 30 2D 0 0 EC 64 4C
Octal 204 215 377 60 55 0 0 354 144 114
Binary 10000100 10001101 11111111 110000 101101 0 0 11101100 1100100 1001100

Color Harmonies of #848DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #848DFF

Black with #848DFF

Text Example


Text Example

White with #848DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #848DFF; }

 p { color: rgb(132,141,255); }

 H1.HeaderClassName
 {
   color: #848DFF;
 }
 .AnyTagClassName
 {
   color: #848DFF;
 }
</style>

background-color css

<style>
 a { background-color: #848DFF; }

 a { background-color: rgb(132,141,255); }

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

border-color css

<style>
 span { border-color: #848DFF; }

 span { border-color: rgb(132,141,255); }

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