Html Css Color HEX #8C9CCA Portage

📋 copy color: '#8C9CCA'

red 140 ◦ green 156 ◦ blue 202

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

Shades of Portage #8C9CCA

Tints of Portage #8C9CCA

RGB

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

 GREEN value IS 156 (61.33% from 255) = 31.33%

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

R = 28.11%
G = 31.33%
B = 40.56%

CMYK

 C value IS 0.31

 M value IS 0.23

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#8C9CCA (or 0x8C9CCA) is known color: Portage. HEX triplet: 8C, 9C and CA. RGB value is (140,156,202). Sum of RGB (Red+Green+Blue) = 140+156+202=498 (65% of max value = 765). Red value is 140 (55.08% from 255 or 28.11% from 498); Green value is 156 (61.33% from 255 or 31.33% from 498); Blue value is 202 (79.30% from 255 or 40.56% from 498); Max value from RGB is 202 - color contains mainly: blue. Hex color #8C9CCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8C9CCA is #736335. Grayscale: #9C9C9C. Windows color (decimal): -7562038 or 13278348. OLE color: 13278348.

HSL color Cylindrical-coordinate representation of color #8C9CCA: hue angle of 224.52º 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 #8C9CCA is Cyan = 0.31, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 140 156 202 -
CMYK 0.31 0.23 0 0.21
HSL 224.52º 0.37% 0.67% -
HSV(B) 224.52º 0.31% 0.79% -
XYZ 33.36 33.62 60.61 -
YUV 156.46 153.7 116.26 -
System Red Green Blue C M Y K H S L
Decimal 140 156 202 0.31 0.23 0 0.21 224.52 0.37 0.67
Hex 8C 9C CA 1F 17 0 15 E1 25 43
Octal 214 234 312 37 27 0 25 341 45 103
Binary 10001100 10011100 11001010 11111 10111 0 10101 11100001 100101 1000011

Color Harmonies of #8C9CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C9CCA

Black with #8C9CCA

Text Example


Text Example

White with #8C9CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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