Html Css Color HEX #8C9DCF Portage

📋 copy color: '#8C9DCF'

red 140 ◦ green 157 ◦ blue 207

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

Shades of Portage #8C9DCF

Tints of Portage #8C9DCF

RGB

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

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

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

R = 27.78%
G = 31.15%
B = 41.07%

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

#8C9DCF (or 0x8C9DCF) is known color: Portage. HEX triplet: 8C, 9D and CF. RGB value is (140,157,207). Sum of RGB (Red+Green+Blue) = 140+157+207=504 (66% of max value = 765). Red value is 140 (55.08% from 255 or 27.78% from 504); Green value is 157 (61.72% from 255 or 31.15% from 504); Blue value is 207 (81.25% from 255 or 41.07% from 504); Max value from RGB is 207 - color contains mainly: blue. Hex color #8C9DCF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8C9DCF is #736230. Grayscale: #9D9D9D. Windows color (decimal): -7561777 or 13606284. OLE color: 13606284.

HSL color Cylindrical-coordinate representation of color #8C9DCF: hue angle of 224.78º 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 #8C9DCF is Cyan = 0.32, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 140 157 207 -
CMYK 0.32 0.24 0 0.19
HSL 224.78º 0.41% 0.68% -
HSV(B) 224.78º 0.32% 0.81% -
XYZ 34.13 34.19 63.83 -
YUV 157.62 155.87 115.43 -
System Red Green Blue C M Y K H S L
Decimal 140 157 207 0.32 0.24 0 0.19 224.78 0.41 0.68
Hex 8C 9D CF 20 18 0 13 E1 29 44
Octal 214 235 317 40 30 0 23 341 51 104
Binary 10001100 10011101 11001111 100000 11000 0 10011 11100001 101001 1000100

Color Harmonies of #8C9DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C9DCF

Black with #8C9DCF

Text Example


Text Example

White with #8C9DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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