Html Css Color HEX #848CFF Light Slate Blue

📋 copy color: '#848CFF'

red 132 ◦ green 140 ◦ blue 255

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

Shades of Light Slate Blue #848CFF

Tints of Light Slate Blue #848CFF

RGB

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

 GREEN value IS 140 (55.08% from 255) = 26.57%

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

R = 25.05%
G = 26.57%
B = 48.39%

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

#848CFF (or 0x848CFF) is known color: Light Slate Blue. HEX triplet: 84, 8C and FF. RGB value is (132,140,255). Sum of RGB (Red+Green+Blue) = 132+140+255=527 (69% of max value = 765). Red value is 132 (51.95% from 255 or 25.05% from 527); Green value is 140 (55.08% from 255 or 26.57% from 527); Blue value is 255 (100% from 255 or 48.39% from 527); Max value from RGB is 255 - color contains mainly: blue. Hex color #848CFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #848CFF is #7B7300. Grayscale: #969696. Windows color (decimal): -8090369 or 16747652. OLE color: 16747652.

HSL color Cylindrical-coordinate representation of color #848CFF: hue angle of 236.1º 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 #848CFF is Cyan = 0.48, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 132 140 255 -
CMYK 0.48 0.45 0 0
HSL 236.1º 1% 0.76% -
HSV(B) 236.1º 0.48% 1% -
XYZ 36.94 30.88 98.62 -
YUV 150.72 186.85 114.65 -
System Red Green Blue C M Y K H S L
Decimal 132 140 255 0.48 0.45 0 0 236.1 1 0.76
Hex 84 8C FF 30 2D 0 0 EC 64 4C
Octal 204 214 377 60 55 0 0 354 144 114
Binary 10000100 10001100 11111111 110000 101101 0 0 11101100 1100100 1001100

Color Harmonies of #848CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #848CFF

Black with #848CFF

Text Example


Text Example

White with #848CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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