Html Css Color HEX #8D96ED Portage

📋 copy color: '#8D96ED'

red 141 ◦ green 150 ◦ blue 237

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

Shades of Portage #8D96ED

Tints of Portage #8D96ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 44.89%

R = 26.7%
G = 28.41%
B = 44.89%

CMYK

 C value IS 0.41

 M value IS 0.37

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8D96ED (or 0x8D96ED) is known color: Portage. HEX triplet: 8D, 96 and ED. RGB value is (141,150,237). Sum of RGB (Red+Green+Blue) = 141+150+237=528 (69% of max value = 765). Red value is 141 (55.47% from 255 or 26.70% from 528); Green value is 150 (58.98% from 255 or 28.41% from 528); Blue value is 237 (92.97% from 255 or 44.89% from 528); Max value from RGB is 237 - color contains mainly: blue. Hex color #8D96ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8D96ED is #726912. Grayscale: #9C9C9C. Windows color (decimal): -7498003 or 15570573. OLE color: 15570573.

HSL color Cylindrical-coordinate representation of color #8D96ED: hue angle of 234.38º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8D96ED is Cyan = 0.41, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 141 150 237 -
CMYK 0.41 0.37 0 0.07
HSL 234.38º 0.73% 0.74% -
HSV(B) 234.38º 0.41% 0.93% -
XYZ 37.18 33.59 84.64 -
YUV 157.23 173.02 116.43 -
System Red Green Blue C M Y K H S L
Decimal 141 150 237 0.41 0.37 0 0.07 234.38 0.73 0.74
Hex 8D 96 ED 29 25 0 7 EA 49 4A
Octal 215 226 355 51 45 0 7 352 111 112
Binary 10001101 10010110 11101101 101001 100101 0 111 11101010 1001001 1001010

Color Harmonies of #8D96ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D96ED

Black with #8D96ED

Text Example


Text Example

White with #8D96ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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