Html Css Color HEX #8580FB Light Slate Blue

📋 copy color: '#8580FB'

red 133 ◦ green 128 ◦ blue 251

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

Shades of Light Slate Blue #8580FB

Tints of Light Slate Blue #8580FB

RGB

 RED value IS 133 (52.34% from 255) = 25.98%

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

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

R = 25.98%
G = 25%
B = 49.02%

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

#8580FB (or 0x8580FB) is known color: Light Slate Blue. HEX triplet: 85, 80 and FB. RGB value is (133,128,251). Sum of RGB (Red+Green+Blue) = 133+128+251=512 (67% of max value = 765). Red value is 133 (52.34% from 255 or 25.98% from 512); Green value is 128 (50.39% from 255 or 25% from 512); Blue value is 251 (98.44% from 255 or 49.02% from 512); Max value from RGB is 251 - color contains mainly: blue. Hex color #8580FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8580FB is #7A7F04. Grayscale: #8F8F8F. Windows color (decimal): -8027909 or 16482437. OLE color: 16482437.

HSL color Cylindrical-coordinate representation of color #8580FB: hue angle of 242.44º 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 #8580FB is Cyan = 0.47, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 133 128 251 -
CMYK 0.47 0.49 0 0.02
HSL 242.44º 0.94% 0.74% -
HSV(B) 242.44º 0.49% 0.98% -
XYZ 34.8 27.39 94.72 -
YUV 143.52 188.66 120.5 -
System Red Green Blue C M Y K H S L
Decimal 133 128 251 0.47 0.49 0 0.02 242.44 0.94 0.74
Hex 85 80 FB 2F 31 0 2 F2 5E 4A
Octal 205 200 373 57 61 0 2 362 136 112
Binary 10000101 10000000 11111011 101111 110001 0 10 11110010 1011110 1001010

Color Harmonies of #8580FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8580FB

Black with #8580FB

Text Example


Text Example

White with #8580FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8580FB; }

 p { color: rgb(133,128,251); }

 H1.HeaderClassName
 {
   color: #8580FB;
 }
 .AnyTagClassName
 {
   color: #8580FB;
 }
</style>

background-color css

<style>
 a { background-color: #8580FB; }

 a { background-color: rgb(133,128,251); }

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

border-color css

<style>
 span { border-color: #8580FB; }

 span { border-color: rgb(133,128,251); }

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