Html Css Color HEX #847FFB Light Slate Blue

📋 copy color: '#847FFB'

red 132 ◦ green 127 ◦ blue 251

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

Shades of Light Slate Blue #847FFB

Tints of Light Slate Blue #847FFB

RGB

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

 GREEN value IS 127 (50% from 255) = 24.9%

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

R = 25.88%
G = 24.9%
B = 49.22%

CMYK

 C value IS 0.47

 M value IS 0.49

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#847FFB (or 0x847FFB) is known color: Light Slate Blue. HEX triplet: 84, 7F and FB. RGB value is (132,127,251). Sum of RGB (Red+Green+Blue) = 132+127+251=510 (67% of max value = 765). Red value is 132 (51.95% from 255 or 25.88% from 510); Green value is 127 (50% from 255 or 24.90% from 510); Blue value is 251 (98.44% from 255 or 49.22% from 510); Max value from RGB is 251 - color contains mainly: blue. Hex color #847FFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #847FFB is #7B8004. Grayscale: #8E8E8E. Windows color (decimal): -8093701 or 16482180. OLE color: 16482180.

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

Color convert

RGB 132 127 251 -
CMYK 0.47 0.49 0 0.02
HSL 242.42º 0.94% 0.74% -
HSV(B) 242.42º 0.49% 0.98% -
XYZ 34.52 27.05 94.67 -
YUV 142.63 189.16 120.42 -
System Red Green Blue C M Y K H S L
Decimal 132 127 251 0.47 0.49 0 0.02 242.42 0.94 0.74
Hex 84 7F FB 2F 31 0 2 F2 5E 4A
Octal 204 177 373 57 61 0 2 362 136 112
Binary 10000100 1111111 11111011 101111 110001 0 10 11110010 1011110 1001010

Color Harmonies of #847FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #847FFB

Black with #847FFB

Text Example


Text Example

White with #847FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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