Html Css Color HEX #8782F1 Light Slate Blue

📋 copy color: '#8782F1'

red 135 ◦ green 130 ◦ blue 241

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

Shades of Light Slate Blue #8782F1

Tints of Light Slate Blue #8782F1

RGB

 RED value IS 135 (53.13% from 255) = 26.68%

 GREEN value IS 130 (51.17% from 255) = 25.69%

 BLUE value IS 241 (94.53% from 255) = 47.63%

R = 26.68%
G = 25.69%
B = 47.63%

CMYK

 C value IS 0.44

 M value IS 0.46

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#8782F1 (or 0x8782F1) is known color: Light Slate Blue. HEX triplet: 87, 82 and F1. RGB value is (135,130,241). Sum of RGB (Red+Green+Blue) = 135+130+241=506 (67% of max value = 765). Red value is 135 (53.12% from 255 or 26.68% from 506); Green value is 130 (51.17% from 255 or 25.69% from 506); Blue value is 241 (94.53% from 255 or 47.63% from 506); Max value from RGB is 241 - color contains mainly: blue. Hex color #8782F1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8782F1 is #787D0E. Grayscale: #8F8F8F. Windows color (decimal): -7896335 or 15827591. OLE color: 15827591.

HSL color Cylindrical-coordinate representation of color #8782F1: hue angle of 242.7º degrees, saturation: 0.8, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8782F1 is Cyan = 0.44, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 135 130 241 -
CMYK 0.44 0.46 0 0.05
HSL 242.7º 0.8% 0.73% -
HSV(B) 242.7º 0.46% 0.95% -
XYZ 33.85 27.47 86.74 -
YUV 144.15 182.66 121.47 -
System Red Green Blue C M Y K H S L
Decimal 135 130 241 0.44 0.46 0 0.05 242.7 0.8 0.73
Hex 87 82 F1 2C 2E 0 5 F3 50 49
Octal 207 202 361 54 56 0 5 363 120 111
Binary 10000111 10000010 11110001 101100 101110 0 101 11110011 1010000 1001001

Color Harmonies of #8782F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8782F1

Black with #8782F1

Text Example


Text Example

White with #8782F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8782F1; }

 p { color: rgb(135,130,241); }

 H1.HeaderClassName
 {
   color: #8782F1;
 }
 .AnyTagClassName
 {
   color: #8782F1;
 }
</style>

background-color css

<style>
 a { background-color: #8782F1; }

 a { background-color: rgb(135,130,241); }

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

border-color css

<style>
 span { border-color: #8782F1; }

 span { border-color: rgb(135,130,241); }

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