Html Css Color HEX #8B96F6 Portage

📋 copy color: '#8B96F6'

red 139 ◦ green 150 ◦ blue 246

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

Shades of Portage #8B96F6

Tints of Portage #8B96F6

RGB

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

 GREEN value IS 150 (58.98% from 255) = 28.04%

 BLUE value IS 246 (96.48% from 255) = 45.98%

R = 25.98%
G = 28.04%
B = 45.98%

CMYK

 C value IS 0.43

 M value IS 0.39

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#8B96F6 (or 0x8B96F6) is known color: Portage. HEX triplet: 8B, 96 and F6. RGB value is (139,150,246). Sum of RGB (Red+Green+Blue) = 139+150+246=535 (70% of max value = 765). Red value is 139 (54.69% from 255 or 25.98% from 535); Green value is 150 (58.98% from 255 or 28.04% from 535); Blue value is 246 (96.48% from 255 or 45.98% from 535); Max value from RGB is 246 - color contains mainly: blue. Hex color #8B96F6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8B96F6 is #746909. Grayscale: #9D9D9D. Windows color (decimal): -7629066 or 16160395. OLE color: 16160395.

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

Color convert

RGB 139 150 246 -
CMYK 0.43 0.39 0 0.04
HSL 233.83º 0.86% 0.75% -
HSV(B) 233.83º 0.43% 0.96% -
XYZ 38.19 33.96 91.73 -
YUV 157.66 177.86 114.69 -
System Red Green Blue C M Y K H S L
Decimal 139 150 246 0.43 0.39 0 0.04 233.83 0.86 0.75
Hex 8B 96 F6 2B 27 0 4 EA 56 4B
Octal 213 226 366 53 47 0 4 352 126 113
Binary 10001011 10010110 11110110 101011 100111 0 100 11101010 1010110 1001011

Color Harmonies of #8B96F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B96F6

Black with #8B96F6

Text Example


Text Example

White with #8B96F6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,150,246); }

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

background-color css

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

 a { background-color: rgb(139,150,246); }

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

border-color css

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

 span { border-color: rgb(139,150,246); }

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