Html Css Color HEX #8B67F2 Medium Slate Blue

📋 copy color: '#8B67F2'

red 139 ◦ green 103 ◦ blue 242

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

Shades of Medium Slate Blue #8B67F2

Tints of Medium Slate Blue #8B67F2

RGB

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

 GREEN value IS 103 (40.63% from 255) = 21.28%

 BLUE value IS 242 (94.92% from 255) = 50%

R = 28.72%
G = 21.28%
B = 50%

CMYK

 C value IS 0.43

 M value IS 0.57

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#8B67F2 (or 0x8B67F2) is known color: Medium Slate Blue. HEX triplet: 8B, 67 and F2. RGB value is (139,103,242). Sum of RGB (Red+Green+Blue) = 139+103+242=484 (64% of max value = 765). Red value is 139 (54.69% from 255 or 28.72% from 484); Green value is 103 (40.62% from 255 or 21.28% from 484); Blue value is 242 (94.92% from 255 or 50% from 484); Max value from RGB is 242 - color contains mainly: blue. Hex color #8B67F2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8B67F2 is #74980D. Grayscale: #818181. Windows color (decimal): -7641102 or 15886219. OLE color: 15886219.

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

Color convert

RGB 139 103 242 -
CMYK 0.43 0.57 0 0.05
HSL 255.54º 0.84% 0.68% -
HSV(B) 255.54º 0.57% 0.95% -
XYZ 31.52 21.6 86.51 -
YUV 129.61 191.43 134.7 -
System Red Green Blue C M Y K H S L
Decimal 139 103 242 0.43 0.57 0 0.05 255.54 0.84 0.68
Hex 8B 67 F2 2B 39 0 5 100 54 44
Octal 213 147 362 53 71 0 5 400 124 104
Binary 10001011 1100111 11110010 101011 111001 0 101 100000000 1010100 1000100

Color Harmonies of #8B67F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B67F2

Black with #8B67F2

Text Example


Text Example

White with #8B67F2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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