#847BF0

Color #847BF0 Light Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Slate Blue #847BF0

Tints of Light Slate Blue #847BF0

Color information

#847BF0 (or 0x847BF0) is unknown color: approx Light Slate Blue. HEX triplet: 84, 7B and F0. RGB value is (132,123,240). Sum of RGB (Red+Green+Blue) = 132+123+240=495 (65% of max value = 765). Red value is 132 (51.95% from 255 or 26.67% from 495); Green value is 123 (48.44% from 255 or 24.85% from 495); Blue value is 240 (94.14% from 255 or 48.48% from 495); Max value from RGB is 240 - color contains mainly: blue. Hex color #847BF0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #847BF0 is #7B840F. Grayscale: #8A8A8A. Windows color (decimal): -8094736 or 15760260. OLE color: 15760260.

HSL color Cylindrical-coordinate representation of color #847BF0: hue angle of 244.62º degrees, saturation: 0.8, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #847BF0 is Cyan = 0.45, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB132123240-
CMYK0.450.4900.06
HSL244.62º79.59%71.18%-
HSV(B)244.62º48.75%94.12%-
XYZ32.3325.3685.63-
YUV139.03184.98122.99-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 26.67%
GREEN value IS 123 (48.44% from 255) = 24.85%
BLUE value IS 240 (94.14% from 255) = 48.48%
R=26.67%
G=24.85%
B=48.48%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1321232400.450.4900.06244.6279.5971.18
Hex847BF02D3106f55047
Octal204173360556106365120107
Binary1000010011110111111000010110111000101101111010110100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #847BF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #847BF0;
 }
 .AnyTagClassName
 {
   color: #847BF0;
 }
</style>
background-color css

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

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

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

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

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

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