Html Css Color HEX #8C92CD Portage

📋 copy color: '#8C92CD'

red 140 ◦ green 146 ◦ blue 205

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

Shades of Portage #8C92CD

Tints of Portage #8C92CD

RGB

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

 GREEN value IS 146 (57.42% from 255) = 29.74%

 BLUE value IS 205 (80.47% from 255) = 41.75%

R = 28.51%
G = 29.74%
B = 41.75%

CMYK

 C value IS 0.32

 M value IS 0.29

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8C92CD (or 0x8C92CD) is known color: Portage. HEX triplet: 8C, 92 and CD. RGB value is (140,146,205). Sum of RGB (Red+Green+Blue) = 140+146+205=491 (65% of max value = 765). Red value is 140 (55.08% from 255 or 28.51% from 491); Green value is 146 (57.42% from 255 or 29.74% from 491); Blue value is 205 (80.47% from 255 or 41.75% from 491); Max value from RGB is 205 - color contains mainly: blue. Hex color #8C92CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8C92CD is #736D32. Grayscale: #969696. Windows color (decimal): -7564595 or 13472396. OLE color: 13472396.

HSL color Cylindrical-coordinate representation of color #8C92CD: hue angle of 234.46º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8C92CD is Cyan = 0.32, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 140 146 205 -
CMYK 0.32 0.29 0 0.20
HSL 234.46º 0.39% 0.68% -
HSV(B) 234.46º 0.32% 0.8% -
XYZ 32.11 30.54 61.96 -
YUV 150.93 158.51 120.2 -
System Red Green Blue C M Y K H S L
Decimal 140 146 205 0.32 0.29 0 0.20 234.46 0.39 0.68
Hex 8C 92 CD 20 1D 0 14 EA 27 44
Octal 214 222 315 40 35 0 24 352 47 104
Binary 10001100 10010010 11001101 100000 11101 0 10100 11101010 100111 1000100

Color Harmonies of #8C92CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C92CD

Black with #8C92CD

Text Example


Text Example

White with #8C92CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,146,205); }

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

background-color css

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

 a { background-color: rgb(140,146,205); }

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

border-color css

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

 span { border-color: rgb(140,146,205); }

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