Html Css Color HEX #8B7FF5 Light Slate Blue

📋 copy color: '#8B7FF5'

red 139 ◦ green 127 ◦ blue 245

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

Shades of Light Slate Blue #8B7FF5

Tints of Light Slate Blue #8B7FF5

RGB

 RED value IS 139 (54.69% from 255) = 27.2%

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

 BLUE value IS 245 (96.09% from 255) = 47.95%

R = 27.2%
G = 24.85%
B = 47.95%

CMYK

 C value IS 0.43

 M value IS 0.48

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#8B7FF5 (or 0x8B7FF5) is known color: Light Slate Blue. HEX triplet: 8B, 7F and F5. RGB value is (139,127,245). Sum of RGB (Red+Green+Blue) = 139+127+245=511 (67% of max value = 765). Red value is 139 (54.69% from 255 or 27.20% from 511); Green value is 127 (50% from 255 or 24.85% from 511); Blue value is 245 (96.09% from 255 or 47.95% from 511); Max value from RGB is 245 - color contains mainly: blue. Hex color #8B7FF5 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8B7FF5 is #74800A. Grayscale: #8F8F8F. Windows color (decimal): -7634955 or 16088971. OLE color: 16088971.

HSL color Cylindrical-coordinate representation of color #8B7FF5: hue angle of 246.1º degrees, saturation: 0.86, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8B7FF5 is Cyan = 0.43, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 139 127 245 -
CMYK 0.43 0.48 0 0.04
HSL 246.1º 0.86% 0.73% -
HSV(B) 246.1º 0.48% 0.96% -
XYZ 34.72 27.26 89.82 -
YUV 144.04 184.98 124.41 -
System Red Green Blue C M Y K H S L
Decimal 139 127 245 0.43 0.48 0 0.04 246.1 0.86 0.73
Hex 8B 7F F5 2B 30 0 4 F6 56 49
Octal 213 177 365 53 60 0 4 366 126 111
Binary 10001011 1111111 11110101 101011 110000 0 100 11110110 1010110 1001001

Color Harmonies of #8B7FF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B7FF5

Black with #8B7FF5

Text Example


Text Example

White with #8B7FF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8B7FF5; }

 p { color: rgb(139,127,245); }

 H1.HeaderClassName
 {
   color: #8B7FF5;
 }
 .AnyTagClassName
 {
   color: #8B7FF5;
 }
</style>

background-color css

<style>
 a { background-color: #8B7FF5; }

 a { background-color: rgb(139,127,245); }

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

border-color css

<style>
 span { border-color: #8B7FF5; }

 span { border-color: rgb(139,127,245); }

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