Html Css Color HEX #8C9BE1 Portage

📋 copy color: '#8C9BE1'

red 140 ◦ green 155 ◦ blue 225

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

Shades of Portage #8C9BE1

Tints of Portage #8C9BE1

RGB

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

 GREEN value IS 155 (60.94% from 255) = 29.81%

 BLUE value IS 225 (88.28% from 255) = 43.27%

R = 26.92%
G = 29.81%
B = 43.27%

CMYK

 C value IS 0.38

 M value IS 0.31

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#8C9BE1 (or 0x8C9BE1) is known color: Portage. HEX triplet: 8C, 9B and E1. RGB value is (140,155,225). Sum of RGB (Red+Green+Blue) = 140+155+225=520 (68% of max value = 765). Red value is 140 (55.08% from 255 or 26.92% from 520); Green value is 155 (60.94% from 255 or 29.81% from 520); Blue value is 225 (88.28% from 255 or 43.27% from 520); Max value from RGB is 225 - color contains mainly: blue. Hex color #8C9BE1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8C9BE1 is #73641E. Grayscale: #9E9E9E. Windows color (decimal): -7562271 or 14785420. OLE color: 14785420.

HSL color Cylindrical-coordinate representation of color #8C9BE1: hue angle of 229.41º degrees, saturation: 0.59, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8C9BE1 is Cyan = 0.38, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 140 155 225 -
CMYK 0.38 0.31 0 0.12
HSL 229.41º 0.59% 0.72% -
HSV(B) 229.41º 0.38% 0.88% -
XYZ 36.13 34.45 75.98 -
YUV 158.5 165.53 114.81 -
System Red Green Blue C M Y K H S L
Decimal 140 155 225 0.38 0.31 0 0.12 229.41 0.59 0.72
Hex 8C 9B E1 26 1F 0 C E5 3B 48
Octal 214 233 341 46 37 0 14 345 73 110
Binary 10001100 10011011 11100001 100110 11111 0 1100 11100101 111011 1001000

Color Harmonies of #8C9BE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C9BE1

Black with #8C9BE1

Text Example


Text Example

White with #8C9BE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,155,225); }

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

background-color css

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

 a { background-color: rgb(140,155,225); }

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

border-color css

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

 span { border-color: rgb(140,155,225); }

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