Html Css Color HEX #8D9CEB Portage

📋 copy color: '#8D9CEB'

red 141 ◦ green 156 ◦ blue 235

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

Shades of Portage #8D9CEB

Tints of Portage #8D9CEB

RGB

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

 GREEN value IS 156 (61.33% from 255) = 29.32%

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

R = 26.5%
G = 29.32%
B = 44.17%

CMYK

 C value IS 0.4

 M value IS 0.34

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8D9CEB (or 0x8D9CEB) is known color: Portage. HEX triplet: 8D, 9C and EB. RGB value is (141,156,235). Sum of RGB (Red+Green+Blue) = 141+156+235=532 (70% of max value = 765). Red value is 141 (55.47% from 255 or 26.50% from 532); Green value is 156 (61.33% from 255 or 29.32% from 532); Blue value is 235 (92.19% from 255 or 44.17% from 532); Max value from RGB is 235 - color contains mainly: blue. Hex color #8D9CEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8D9CEB is #726314. Grayscale: #A0A0A0. Windows color (decimal): -7496469 or 15441037. OLE color: 15441037.

HSL color Cylindrical-coordinate representation of color #8D9CEB: hue angle of 230.43º 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 #8D9CEB is Cyan = 0.4, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 141 156 235 -
CMYK 0.4 0.34 0 0.08
HSL 230.43º 0.7% 0.74% -
HSV(B) 230.43º 0.4% 0.92% -
XYZ 37.87 35.44 83.44 -
YUV 160.52 170.03 114.08 -
System Red Green Blue C M Y K H S L
Decimal 141 156 235 0.4 0.34 0 0.08 230.43 0.7 0.74
Hex 8D 9C EB 28 22 0 8 E6 46 4A
Octal 215 234 353 50 42 0 10 346 106 112
Binary 10001101 10011100 11101011 101000 100010 0 1000 11100110 1000110 1001010

Color Harmonies of #8D9CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D9CEB

Black with #8D9CEB

Text Example


Text Example

White with #8D9CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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