#8B72F2

Color #8B72F2 Light Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Slate Blue #8B72F2

Tints of Light Slate Blue #8B72F2

Color information

#8B72F2 (or 0x8B72F2) is unknown color: approx Light Slate Blue. HEX triplet: 8B, 72 and F2. RGB value is (139,114,242). Sum of RGB (Red+Green+Blue) = 139+114+242=495 (65% of max value = 765). Red value is 139 (54.69% from 255 or 28.08% from 495); Green value is 114 (44.92% from 255 or 23.03% from 495); Blue value is 242 (94.92% from 255 or 48.89% from 495); Max value from RGB is 242 - color contains mainly: blue. Hex color #8B72F2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8B72F2 is #748D0D. Grayscale: #878787. Windows color (decimal): -7638286 or 15889035. OLE color: 15889035.

HSL color Cylindrical-coordinate representation of color #8B72F2: hue angle of 251.72º degrees, saturation: 0.83, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8B72F2 is Cyan = 0.43, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB139114242-
CMYK0.430.5300.05
HSL251.72º83.12%69.8%-
HSV(B)251.72º52.89%94.9%-
XYZ32.6923.9386.9-
YUV136.07187.78130.09-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 28.08%
GREEN value IS 114 (44.92% from 255) = 23.03%
BLUE value IS 242 (94.92% from 255) = 48.89%
R=28.08%
G=23.03%
B=48.89%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1391142420.430.5300.05251.7283.1269.8
Hex8B72F22B3505fc5346
Octal213162362536505374123106
Binary1000101111100101111001010101111010101011111110010100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B72F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #8B72F2;
 }
 .AnyTagClassName
 {
   color: #8B72F2;
 }
</style>
background-color css

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

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

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

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

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

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