Html Css Color HEX #8C9ED6 Portage

📋 copy color: '#8C9ED6'

red 140 ◦ green 158 ◦ blue 214

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

Shades of Portage #8C9ED6

Tints of Portage #8C9ED6

RGB

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

 GREEN value IS 158 (62.11% from 255) = 30.86%

 BLUE value IS 214 (83.98% from 255) = 41.8%

R = 27.34%
G = 30.86%
B = 41.8%

CMYK

 C value IS 0.35

 M value IS 0.26

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#8C9ED6 (or 0x8C9ED6) is known color: Portage. HEX triplet: 8C, 9E and D6. RGB value is (140,158,214). Sum of RGB (Red+Green+Blue) = 140+158+214=512 (67% of max value = 765). Red value is 140 (55.08% from 255 or 27.34% from 512); Green value is 158 (62.11% from 255 or 30.86% from 512); Blue value is 214 (83.98% from 255 or 41.80% from 512); Max value from RGB is 214 - color contains mainly: blue. Hex color #8C9ED6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8C9ED6 is #736129. Grayscale: #9E9E9E. Windows color (decimal): -7561514 or 14065292. OLE color: 14065292.

HSL color Cylindrical-coordinate representation of color #8C9ED6: hue angle of 225.41º degrees, saturation: 0.47, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8C9ED6 is Cyan = 0.35, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 140 158 214 -
CMYK 0.35 0.26 0 0.16
HSL 225.41º 0.47% 0.69% -
HSV(B) 225.41º 0.35% 0.84% -
XYZ 35.18 34.88 68.5 -
YUV 159 159.04 114.45 -
System Red Green Blue C M Y K H S L
Decimal 140 158 214 0.35 0.26 0 0.16 225.41 0.47 0.69
Hex 8C 9E D6 23 1A 0 10 E1 2F 45
Octal 214 236 326 43 32 0 20 341 57 105
Binary 10001100 10011110 11010110 100011 11010 0 10000 11100001 101111 1000101

Color Harmonies of #8C9ED6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C9ED6

Black with #8C9ED6

Text Example


Text Example

White with #8C9ED6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,158,214); }

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

background-color css

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

 a { background-color: rgb(140,158,214); }

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

border-color css

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

 span { border-color: rgb(140,158,214); }

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