Html Css Color HEX #8C9ACF Portage

📋 copy color: '#8C9ACF'

red 140 ◦ green 154 ◦ blue 207

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

Shades of Portage #8C9ACF

Tints of Portage #8C9ACF

RGB

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

 GREEN value IS 154 (60.55% from 255) = 30.74%

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

R = 27.94%
G = 30.74%
B = 41.32%

CMYK

 C value IS 0.32

 M value IS 0.26

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8C9ACF (or 0x8C9ACF) is known color: Portage. HEX triplet: 8C, 9A and CF. RGB value is (140,154,207). Sum of RGB (Red+Green+Blue) = 140+154+207=501 (66% of max value = 765). Red value is 140 (55.08% from 255 or 27.94% from 501); Green value is 154 (60.55% from 255 or 30.74% from 501); Blue value is 207 (81.25% from 255 or 41.32% from 501); Max value from RGB is 207 - color contains mainly: blue. Hex color #8C9ACF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8C9ACF is #736530. Grayscale: #9B9B9B. Windows color (decimal): -7562545 or 13605516. OLE color: 13605516.

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

Color convert

RGB 140 154 207 -
CMYK 0.32 0.26 0 0.19
HSL 227.46º 0.41% 0.68% -
HSV(B) 227.46º 0.32% 0.81% -
XYZ 33.63 33.19 63.67 -
YUV 155.86 156.86 116.69 -
System Red Green Blue C M Y K H S L
Decimal 140 154 207 0.32 0.26 0 0.19 227.46 0.41 0.68
Hex 8C 9A CF 20 1A 0 13 E3 29 44
Octal 214 232 317 40 32 0 23 343 51 104
Binary 10001100 10011010 11001111 100000 11010 0 10011 11100011 101001 1000100

Color Harmonies of #8C9ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C9ACF

Black with #8C9ACF

Text Example


Text Example

White with #8C9ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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