Html Css Color HEX #8C9ECF Portage

📋 copy color: '#8C9ECF'

red 140 ◦ green 158 ◦ blue 207

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

Shades of Portage #8C9ECF

Tints of Portage #8C9ECF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 40.99%

R = 27.72%
G = 31.29%
B = 40.99%

CMYK

 C value IS 0.32

 M value IS 0.24

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8C9ECF (or 0x8C9ECF) is known color: Portage. HEX triplet: 8C, 9E and CF. RGB value is (140,158,207). Sum of RGB (Red+Green+Blue) = 140+158+207=505 (66% of max value = 765). Red value is 140 (55.08% from 255 or 27.72% from 505); Green value is 158 (62.11% from 255 or 31.29% from 505); Blue value is 207 (81.25% from 255 or 40.99% from 505); Max value from RGB is 207 - color contains mainly: blue. Hex color #8C9ECF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8C9ECF is #736130. Grayscale: #9D9D9D. Windows color (decimal): -7561521 or 13606540. OLE color: 13606540.

HSL color Cylindrical-coordinate representation of color #8C9ECF: hue angle of 223.88º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8C9ECF is Cyan = 0.32, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 140 158 207 -
CMYK 0.32 0.24 0 0.19
HSL 223.88º 0.41% 0.68% -
HSV(B) 223.88º 0.32% 0.81% -
XYZ 34.3 34.53 63.89 -
YUV 158.2 155.54 115.02 -
System Red Green Blue C M Y K H S L
Decimal 140 158 207 0.32 0.24 0 0.19 223.88 0.41 0.68
Hex 8C 9E CF 20 18 0 13 E0 29 44
Octal 214 236 317 40 30 0 23 340 51 104
Binary 10001100 10011110 11001111 100000 11000 0 10011 11100000 101001 1000100

Color Harmonies of #8C9ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C9ECF

Black with #8C9ECF

Text Example


Text Example

White with #8C9ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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