Html Css Color HEX #847BFA Light Slate Blue

📋 copy color: '#847BFA'

red 132 ◦ green 123 ◦ blue 250

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

Shades of Light Slate Blue #847BFA

Tints of Light Slate Blue #847BFA

RGB

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

 GREEN value IS 123 (48.44% from 255) = 24.36%

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

R = 26.14%
G = 24.36%
B = 49.5%

CMYK

 C value IS 0.47

 M value IS 0.51

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#847BFA (or 0x847BFA) is known color: Light Slate Blue. HEX triplet: 84, 7B and FA. RGB value is (132,123,250). Sum of RGB (Red+Green+Blue) = 132+123+250=505 (66% of max value = 765). Red value is 132 (51.95% from 255 or 26.14% from 505); Green value is 123 (48.44% from 255 or 24.36% from 505); Blue value is 250 (98.05% from 255 or 49.50% from 505); Max value from RGB is 250 - color contains mainly: blue. Hex color #847BFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #847BFA is #7B8405. Grayscale: #8B8B8B. Windows color (decimal): -8094726 or 16415620. OLE color: 16415620.

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

Color convert

RGB 132 123 250 -
CMYK 0.47 0.51 0 0.02
HSL 244.25º 0.93% 0.73% -
HSV(B) 244.25º 0.51% 0.98% -
XYZ 33.85 25.97 93.67 -
YUV 140.17 189.98 122.17 -
System Red Green Blue C M Y K H S L
Decimal 132 123 250 0.47 0.51 0 0.02 244.25 0.93 0.73
Hex 84 7B FA 2F 33 0 2 F4 5D 49
Octal 204 173 372 57 63 0 2 364 135 111
Binary 10000100 1111011 11111010 101111 110011 0 10 11110100 1011101 1001001

Color Harmonies of #847BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #847BFA

Black with #847BFA

Text Example


Text Example

White with #847BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #847BFA; }

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

 H1.HeaderClassName
 {
   color: #847BFA;
 }
 .AnyTagClassName
 {
   color: #847BFA;
 }
</style>

background-color css

<style>
 a { background-color: #847BFA; }

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

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

border-color css

<style>
 span { border-color: #847BFA; }

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

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