Html Css Color HEX #8D96EB Portage

📋 copy color: '#8D96EB'

red 141 ◦ green 150 ◦ blue 235

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

Shades of Portage #8D96EB

Tints of Portage #8D96EB

RGB

 RED value IS 141 (55.47% from 255) = 26.81%

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

 BLUE value IS 235 (92.19% from 255) = 44.68%

R = 26.81%
G = 28.52%
B = 44.68%

CMYK

 C value IS 0.4

 M value IS 0.36

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8D96EB (or 0x8D96EB) is known color: Portage. HEX triplet: 8D, 96 and EB. RGB value is (141,150,235). Sum of RGB (Red+Green+Blue) = 141+150+235=526 (69% of max value = 765). Red value is 141 (55.47% from 255 or 26.81% from 526); Green value is 150 (58.98% from 255 or 28.52% from 526); Blue value is 235 (92.19% from 255 or 44.68% from 526); Max value from RGB is 235 - color contains mainly: blue. Hex color #8D96EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8D96EB is #726914. Grayscale: #9C9C9C. Windows color (decimal): -7498005 or 15439501. OLE color: 15439501.

HSL color Cylindrical-coordinate representation of color #8D96EB: hue angle of 234.26º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8D96EB is Cyan = 0.4, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 141 150 235 -
CMYK 0.4 0.36 0 0.08
HSL 234.26º 0.7% 0.74% -
HSV(B) 234.26º 0.4% 0.92% -
XYZ 36.89 33.47 83.11 -
YUV 157 172.02 116.59 -
System Red Green Blue C M Y K H S L
Decimal 141 150 235 0.4 0.36 0 0.08 234.26 0.7 0.74
Hex 8D 96 EB 28 24 0 8 EA 46 4A
Octal 215 226 353 50 44 0 10 352 106 112
Binary 10001101 10010110 11101011 101000 100100 0 1000 11101010 1000110 1001010

Color Harmonies of #8D96EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D96EB

Black with #8D96EB

Text Example


Text Example

White with #8D96EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,150,235); }

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

background-color css

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

 a { background-color: rgb(141,150,235); }

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

border-color css

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

 span { border-color: rgb(141,150,235); }

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