Html Css Color HEX #8C9DCA Portage

📋 copy color: '#8C9DCA'

red 140 ◦ green 157 ◦ blue 202

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

Shades of Portage #8C9DCA

Tints of Portage #8C9DCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 40.48%

R = 28.06%
G = 31.46%
B = 40.48%

CMYK

 C value IS 0.31

 M value IS 0.22

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#8C9DCA (or 0x8C9DCA) is known color: Portage. HEX triplet: 8C, 9D and CA. RGB value is (140,157,202). Sum of RGB (Red+Green+Blue) = 140+157+202=499 (66% of max value = 765). Red value is 140 (55.08% from 255 or 28.06% from 499); Green value is 157 (61.72% from 255 or 31.46% from 499); Blue value is 202 (79.30% from 255 or 40.48% from 499); Max value from RGB is 202 - color contains mainly: blue. Hex color #8C9DCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8C9DCA is #736235. Grayscale: #9C9C9C. Windows color (decimal): -7561782 or 13278604. OLE color: 13278604.

HSL color Cylindrical-coordinate representation of color #8C9DCA: hue angle of 223.55º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8C9DCA is Cyan = 0.31, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 140 157 202 -
CMYK 0.31 0.22 0 0.21
HSL 223.55º 0.37% 0.67% -
HSV(B) 223.55º 0.31% 0.79% -
XYZ 33.53 33.95 60.66 -
YUV 157.05 153.37 115.84 -
System Red Green Blue C M Y K H S L
Decimal 140 157 202 0.31 0.22 0 0.21 223.55 0.37 0.67
Hex 8C 9D CA 1F 16 0 15 E0 25 43
Octal 214 235 312 37 26 0 25 340 45 103
Binary 10001100 10011101 11001010 11111 10110 0 10101 11100000 100101 1000011

Color Harmonies of #8C9DCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C9DCA

Black with #8C9DCA

Text Example


Text Example

White with #8C9DCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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