Html Css Color HEX #8680F1 Light Slate Blue

📋 copy color: '#8680F1'

red 134 ◦ green 128 ◦ blue 241

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

Shades of Light Slate Blue #8680F1

Tints of Light Slate Blue #8680F1

RGB

 RED value IS 134 (52.73% from 255) = 26.64%

 GREEN value IS 128 (50.39% from 255) = 25.45%

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

R = 26.64%
G = 25.45%
B = 47.91%

CMYK

 C value IS 0.44

 M value IS 0.47

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#8680F1 (or 0x8680F1) is known color: Light Slate Blue. HEX triplet: 86, 80 and F1. RGB value is (134,128,241). Sum of RGB (Red+Green+Blue) = 134+128+241=503 (66% of max value = 765). Red value is 134 (52.73% from 255 or 26.64% from 503); Green value is 128 (50.39% from 255 or 25.45% from 503); Blue value is 241 (94.53% from 255 or 47.91% from 503); Max value from RGB is 241 - color contains mainly: blue. Hex color #8680F1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8680F1 is #797F0E. Grayscale: #8E8E8E. Windows color (decimal): -7962383 or 15827078. OLE color: 15827078.

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

Color convert

RGB 134 128 241 -
CMYK 0.44 0.47 0 0.05
HSL 243.19º 0.8% 0.72% -
HSV(B) 243.19º 0.47% 0.95% -
XYZ 33.43 26.86 86.64 -
YUV 142.68 183.49 121.81 -
System Red Green Blue C M Y K H S L
Decimal 134 128 241 0.44 0.47 0 0.05 243.19 0.8 0.72
Hex 86 80 F1 2C 2F 0 5 F3 50 48
Octal 206 200 361 54 57 0 5 363 120 110
Binary 10000110 10000000 11110001 101100 101111 0 101 11110011 1010000 1001000

Color Harmonies of #8680F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8680F1

Black with #8680F1

Text Example


Text Example

White with #8680F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,128,241); }

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

background-color css

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

 a { background-color: rgb(134,128,241); }

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

border-color css

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

 span { border-color: rgb(134,128,241); }

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