Html Css Color HEX #8C9DEC Portage

📋 copy color: '#8C9DEC'

red 140 ◦ green 157 ◦ blue 236

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

Shades of Portage #8C9DEC

Tints of Portage #8C9DEC

RGB

 RED value IS 140 (55.08% from 255) = 26.27%

 GREEN value IS 157 (61.72% from 255) = 29.46%

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

R = 26.27%
G = 29.46%
B = 44.28%

CMYK

 C value IS 0.41

 M value IS 0.33

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8C9DEC (or 0x8C9DEC) is known color: Portage. HEX triplet: 8C, 9D and EC. RGB value is (140,157,236). Sum of RGB (Red+Green+Blue) = 140+157+236=533 (70% of max value = 765). Red value is 140 (55.08% from 255 or 26.27% from 533); Green value is 157 (61.72% from 255 or 29.46% 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 #8C9DEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8C9DEC is #736213. Grayscale: #A0A0A0. Windows color (decimal): -7561748 or 15506828. OLE color: 15506828.

HSL color Cylindrical-coordinate representation of color #8C9DEC: hue angle of 229.38º degrees, saturation: 0.72, 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 #8C9DEC is Cyan = 0.41, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 140 157 236 -
CMYK 0.41 0.33 0 0.07
HSL 229.38º 0.72% 0.74% -
HSV(B) 229.38º 0.41% 0.93% -
XYZ 38.01 35.75 84.25 -
YUV 160.92 170.37 113.08 -
System Red Green Blue C M Y K H S L
Decimal 140 157 236 0.41 0.33 0 0.07 229.38 0.72 0.74
Hex 8C 9D EC 29 21 0 7 E5 48 4A
Octal 214 235 354 51 41 0 7 345 110 112
Binary 10001100 10011101 11101100 101001 100001 0 111 11100101 1001000 1001010

Color Harmonies of #8C9DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C9DEC

Black with #8C9DEC

Text Example


Text Example

White with #8C9DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,157,236); }

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

background-color css

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

 a { background-color: rgb(140,157,236); }

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

border-color css

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

 span { border-color: rgb(140,157,236); }

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