Html Css Color HEX #8B72FF Light Slate Blue

📋 copy color: '#8B72FF'

red 139 ◦ green 114 ◦ blue 255

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

Shades of Light Slate Blue #8B72FF

Tints of Light Slate Blue #8B72FF

RGB

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

 GREEN value IS 114 (44.92% from 255) = 22.44%

 BLUE value IS 255 (100% from 255) = 50.2%

R = 27.36%
G = 22.44%
B = 50.2%

CMYK

 C value IS 0.45

 M value IS 0.55

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#8B72FF (or 0x8B72FF) is known color: Light Slate Blue. HEX triplet: 8B, 72 and FF. RGB value is (139,114,255). Sum of RGB (Red+Green+Blue) = 139+114+255=508 (67% of max value = 765). Red value is 139 (54.69% from 255 or 27.36% from 508); Green value is 114 (44.92% from 255 or 22.44% from 508); Blue value is 255 (100% from 255 or 50.20% from 508); Max value from RGB is 255 - color contains mainly: blue. Hex color #8B72FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8B72FF is #748D00. Grayscale: #898989. Windows color (decimal): -7638273 or 16741003. OLE color: 16741003.

HSL color Cylindrical-coordinate representation of color #8B72FF: hue angle of 250.64º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8B72FF is Cyan = 0.45, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 139 114 255 -
CMYK 0.45 0.55 0 0
HSL 250.64º 1% 0.72% -
HSV(B) 250.64º 0.55% 1% -
XYZ 34.71 24.74 97.55 -
YUV 137.55 194.28 129.04 -
System Red Green Blue C M Y K H S L
Decimal 139 114 255 0.45 0.55 0 0 250.64 1 0.72
Hex 8B 72 FF 2D 37 0 0 FB 64 48
Octal 213 162 377 55 67 0 0 373 144 110
Binary 10001011 1110010 11111111 101101 110111 0 0 11111011 1100100 1001000

Color Harmonies of #8B72FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B72FF

Black with #8B72FF

Text Example


Text Example

White with #8B72FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,114,255); }

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

background-color css

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

 a { background-color: rgb(139,114,255); }

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

border-color css

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

 span { border-color: rgb(139,114,255); }

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