Html Css Color HEX #847AFB Light Slate Blue

📋 copy color: '#847AFB'

red 132 ◦ green 122 ◦ blue 251

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

Shades of Light Slate Blue #847AFB

Tints of Light Slate Blue #847AFB

RGB

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

 GREEN value IS 122 (48.05% from 255) = 24.16%

 BLUE value IS 251 (98.44% from 255) = 49.7%

R = 26.14%
G = 24.16%
B = 49.7%

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

#847AFB (or 0x847AFB) is known color: Light Slate Blue. HEX triplet: 84, 7A and FB. RGB value is (132,122,251). Sum of RGB (Red+Green+Blue) = 132+122+251=505 (66% of max value = 765). Red value is 132 (51.95% from 255 or 26.14% from 505); Green value is 122 (48.05% from 255 or 24.16% from 505); Blue value is 251 (98.44% from 255 or 49.70% from 505); Max value from RGB is 251 - color contains mainly: blue. Hex color #847AFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #847AFB is #7B8504. Grayscale: #8B8B8B. Windows color (decimal): -8094981 or 16480900. OLE color: 16480900.

HSL color Cylindrical-coordinate representation of color #847AFB: hue angle of 244.65º degrees, saturation: 0.94, 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 #847AFB is Cyan = 0.47, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 132 122 251 -
CMYK 0.47 0.51 0 0.02
HSL 244.65º 0.94% 0.73% -
HSV(B) 244.65º 0.51% 0.98% -
XYZ 33.89 25.79 94.46 -
YUV 139.7 190.81 122.51 -
System Red Green Blue C M Y K H S L
Decimal 132 122 251 0.47 0.51 0 0.02 244.65 0.94 0.73
Hex 84 7A FB 2F 33 0 2 F5 5E 49
Octal 204 172 373 57 63 0 2 365 136 111
Binary 10000100 1111010 11111011 101111 110011 0 10 11110101 1011110 1001001

Color Harmonies of #847AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #847AFB

Black with #847AFB

Text Example


Text Example

White with #847AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,122,251); }

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

background-color css

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

 a { background-color: rgb(132,122,251); }

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

border-color css

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

 span { border-color: rgb(132,122,251); }

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