Html Css Color HEX #8D9CEC Portage

📋 copy color: '#8D9CEC'

red 141 ◦ green 156 ◦ blue 236

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

Shades of Portage #8D9CEC

Tints of Portage #8D9CEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 44.28%

R = 26.45%
G = 29.27%
B = 44.28%

CMYK

 C value IS 0.40

 M value IS 0.34

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8D9CEC (or 0x8D9CEC) is known color: Portage. HEX triplet: 8D, 9C and EC. RGB value is (141,156,236). Sum of RGB (Red+Green+Blue) = 141+156+236=533 (70% of max value = 765). Red value is 141 (55.47% from 255 or 26.45% from 533); Green value is 156 (61.33% from 255 or 29.27% from 533); Blue value is 236 (92.58% from 255 or 44.28% from 533); Max value from RGB is 236 - color contains mainly: blue. Hex color #8D9CEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8D9CEC is #726313. Grayscale: #A0A0A0. Windows color (decimal): -7496468 or 15506573. OLE color: 15506573.

HSL color Cylindrical-coordinate representation of color #8D9CEC: hue angle of 230.53º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8D9CEC is Cyan = 0.40, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 141 156 236 -
CMYK 0.40 0.34 0 0.07
HSL 230.53º 0.71% 0.74% -
HSV(B) 230.53º 0.4% 0.93% -
XYZ 38.01 35.5 84.2 -
YUV 160.64 170.53 114 -
System Red Green Blue C M Y K H S L
Decimal 141 156 236 0.40 0.34 0 0.07 230.53 0.71 0.74
Hex 8D 9C EC 28 22 0 7 E7 47 4A
Octal 215 234 354 50 42 0 7 347 107 112
Binary 10001101 10011100 11101100 101000 100010 0 111 11100111 1000111 1001010

Color Harmonies of #8D9CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D9CEC

Black with #8D9CEC

Text Example


Text Example

White with #8D9CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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