Html Css Color HEX #848DFA Light Slate Blue

📋 copy color: '#848DFA'

red 132 ◦ green 141 ◦ blue 250

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

Shades of Light Slate Blue #848DFA

Tints of Light Slate Blue #848DFA

RGB

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

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

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

R = 25.24%
G = 26.96%
B = 47.8%

CMYK

 C value IS 0.47

 M value IS 0.44

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#848DFA (or 0x848DFA) is known color: Light Slate Blue. HEX triplet: 84, 8D and FA. RGB value is (132,141,250). Sum of RGB (Red+Green+Blue) = 132+141+250=523 (69% of max value = 765). Red value is 132 (51.95% from 255 or 25.24% from 523); Green value is 141 (55.47% from 255 or 26.96% from 523); Blue value is 250 (98.05% from 255 or 47.80% from 523); Max value from RGB is 250 - color contains mainly: blue. Hex color #848DFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #848DFA is #7B7205. Grayscale: #969696. Windows color (decimal): -8090118 or 16420228. OLE color: 16420228.

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

Color convert

RGB 132 141 250 -
CMYK 0.47 0.44 0 0.02
HSL 235.42º 0.92% 0.75% -
HSV(B) 235.42º 0.47% 0.98% -
XYZ 36.3 30.86 94.49 -
YUV 150.74 184.02 114.64 -
System Red Green Blue C M Y K H S L
Decimal 132 141 250 0.47 0.44 0 0.02 235.42 0.92 0.75
Hex 84 8D FA 2F 2C 0 2 EB 5C 4B
Octal 204 215 372 57 54 0 2 353 134 113
Binary 10000100 10001101 11111010 101111 101100 0 10 11101011 1011100 1001011

Color Harmonies of #848DFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #848DFA

Black with #848DFA

Text Example


Text Example

White with #848DFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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