Html Css Color HEX #8B85F1 Light Slate Blue

📋 copy color: '#8B85F1'

red 139 ◦ green 133 ◦ blue 241

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

Shades of Light Slate Blue #8B85F1

Tints of Light Slate Blue #8B85F1

RGB

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

 GREEN value IS 133 (52.34% from 255) = 25.93%

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

R = 27.1%
G = 25.93%
B = 46.98%

CMYK

 C value IS 0.42

 M value IS 0.45

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#8B85F1 (or 0x8B85F1) is known color: Light Slate Blue. HEX triplet: 8B, 85 and F1. RGB value is (139,133,241). Sum of RGB (Red+Green+Blue) = 139+133+241=513 (67% of max value = 765). Red value is 139 (54.69% from 255 or 27.10% from 513); Green value is 133 (52.34% from 255 or 25.93% from 513); Blue value is 241 (94.53% from 255 or 46.98% from 513); Max value from RGB is 241 - color contains mainly: blue. Hex color #8B85F1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8B85F1 is #747A0E. Grayscale: #929292. Windows color (decimal): -7633423 or 15828363. OLE color: 15828363.

HSL color Cylindrical-coordinate representation of color #8B85F1: hue angle of 243.33º degrees, saturation: 0.79, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8B85F1 is Cyan = 0.42, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 139 133 241 -
CMYK 0.42 0.45 0 0.05
HSL 243.33º 0.79% 0.73% -
HSV(B) 243.33º 0.45% 0.95% -
XYZ 34.91 28.61 86.9 -
YUV 147.11 180.99 122.22 -
System Red Green Blue C M Y K H S L
Decimal 139 133 241 0.42 0.45 0 0.05 243.33 0.79 0.73
Hex 8B 85 F1 2A 2D 0 5 F3 4F 49
Octal 213 205 361 52 55 0 5 363 117 111
Binary 10001011 10000101 11110001 101010 101101 0 101 11110011 1001111 1001001

Color Harmonies of #8B85F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B85F1

Black with #8B85F1

Text Example


Text Example

White with #8B85F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,133,241); }

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

background-color css

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

 a { background-color: rgb(139,133,241); }

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

border-color css

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

 span { border-color: rgb(139,133,241); }

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