Html Css Color HEX #848FFD Light Slate Blue

📋 copy color: '#848FFD'

red 132 ◦ green 143 ◦ blue 253

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

Shades of Light Slate Blue #848FFD

Tints of Light Slate Blue #848FFD

RGB

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

 GREEN value IS 143 (56.25% from 255) = 27.08%

 BLUE value IS 253 (99.22% from 255) = 47.92%

R = 25%
G = 27.08%
B = 47.92%

CMYK

 C value IS 0.48

 M value IS 0.43

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#848FFD (or 0x848FFD) is known color: Light Slate Blue. HEX triplet: 84, 8F and FD. RGB value is (132,143,253). Sum of RGB (Red+Green+Blue) = 132+143+253=528 (69% of max value = 765). Red value is 132 (51.95% from 255 or 25% from 528); Green value is 143 (56.25% from 255 or 27.08% from 528); Blue value is 253 (99.22% from 255 or 47.92% from 528); Max value from RGB is 253 - color contains mainly: blue. Hex color #848FFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #848FFD is #7B7002. Grayscale: #979797. Windows color (decimal): -8089603 or 16617348. OLE color: 16617348.

HSL color Cylindrical-coordinate representation of color #848FFD: hue angle of 234.55º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #848FFD is Cyan = 0.48, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 132 143 253 -
CMYK 0.48 0.43 0 0.01
HSL 234.55º 0.97% 0.75% -
HSV(B) 234.55º 0.48% 0.99% -
XYZ 37.07 31.64 97.08 -
YUV 152.25 184.86 113.56 -
System Red Green Blue C M Y K H S L
Decimal 132 143 253 0.48 0.43 0 0.01 234.55 0.97 0.75
Hex 84 8F FD 30 2B 0 1 EB 61 4B
Octal 204 217 375 60 53 0 1 353 141 113
Binary 10000100 10001111 11111101 110000 101011 0 1 11101011 1100001 1001011

Color Harmonies of #848FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #848FFD

Black with #848FFD

Text Example


Text Example

White with #848FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,143,253); }

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

background-color css

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

 a { background-color: rgb(132,143,253); }

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

border-color css

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

 span { border-color: rgb(132,143,253); }

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