Html Css Color HEX #846EFA Light Slate Blue

📋 copy color: '#846EFA'

red 132 ◦ green 110 ◦ blue 250

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

Shades of Light Slate Blue #846EFA

Tints of Light Slate Blue #846EFA

RGB

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

 GREEN value IS 110 (43.36% from 255) = 22.36%

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

R = 26.83%
G = 22.36%
B = 50.81%

CMYK

 C value IS 0.47

 M value IS 0.56

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#846EFA (or 0x846EFA) is known color: Light Slate Blue. HEX triplet: 84, 6E and FA. RGB value is (132,110,250). Sum of RGB (Red+Green+Blue) = 132+110+250=492 (65% of max value = 765). Red value is 132 (51.95% from 255 or 26.83% from 492); Green value is 110 (43.36% from 255 or 22.36% from 492); Blue value is 250 (98.05% from 255 or 50.81% from 492); Max value from RGB is 250 - color contains mainly: blue. Hex color #846EFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #846EFA is #7B9105. Grayscale: #848484. Windows color (decimal): -8098054 or 16412292. OLE color: 16412292.

HSL color Cylindrical-coordinate representation of color #846EFA: hue angle of 249.43º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #846EFA is Cyan = 0.47, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 132 110 250 -
CMYK 0.47 0.56 0 0.02
HSL 249.43º 0.93% 0.71% -
HSV(B) 249.43º 0.56% 0.98% -
XYZ 32.35 22.96 93.17 -
YUV 132.54 194.29 127.62 -
System Red Green Blue C M Y K H S L
Decimal 132 110 250 0.47 0.56 0 0.02 249.43 0.93 0.71
Hex 84 6E FA 2F 38 0 2 F9 5D 47
Octal 204 156 372 57 70 0 2 371 135 107
Binary 10000100 1101110 11111010 101111 111000 0 10 11111001 1011101 1000111

Color Harmonies of #846EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #846EFA

Black with #846EFA

Text Example


Text Example

White with #846EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #846EFA; }

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

 H1.HeaderClassName
 {
   color: #846EFA;
 }
 .AnyTagClassName
 {
   color: #846EFA;
 }
</style>

background-color css

<style>
 a { background-color: #846EFA; }

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

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

border-color css

<style>
 span { border-color: #846EFA; }

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

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