Html Css Color HEX #8D96EA Portage

📋 copy color: '#8D96EA'

red 141 ◦ green 150 ◦ blue 234

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

Shades of Portage #8D96EA

Tints of Portage #8D96EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 44.57%

R = 26.86%
G = 28.57%
B = 44.57%

CMYK

 C value IS 0.40

 M value IS 0.36

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8D96EA (or 0x8D96EA) is known color: Portage. HEX triplet: 8D, 96 and EA. RGB value is (141,150,234). Sum of RGB (Red+Green+Blue) = 141+150+234=525 (69% of max value = 765). Red value is 141 (55.47% from 255 or 26.86% from 525); Green value is 150 (58.98% from 255 or 28.57% from 525); Blue value is 234 (91.80% from 255 or 44.57% from 525); Max value from RGB is 234 - color contains mainly: blue. Hex color #8D96EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8D96EA is #726915. Grayscale: #9C9C9C. Windows color (decimal): -7498006 or 15373965. OLE color: 15373965.

HSL color Cylindrical-coordinate representation of color #8D96EA: hue angle of 234.19º degrees, saturation: 0.69, 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 #8D96EA is Cyan = 0.40, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 141 150 234 -
CMYK 0.40 0.36 0 0.08
HSL 234.19º 0.69% 0.74% -
HSV(B) 234.19º 0.4% 0.92% -
XYZ 36.74 33.42 82.36 -
YUV 156.89 171.52 116.67 -
System Red Green Blue C M Y K H S L
Decimal 141 150 234 0.40 0.36 0 0.08 234.19 0.69 0.74
Hex 8D 96 EA 28 24 0 8 EA 45 4A
Octal 215 226 352 50 44 0 10 352 105 112
Binary 10001101 10010110 11101010 101000 100100 0 1000 11101010 1000101 1001010

Color Harmonies of #8D96EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D96EA

Black with #8D96EA

Text Example


Text Example

White with #8D96EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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