Html Css Color HEX #8C9CEA Portage

📋 copy color: '#8C9CEA'

red 140 ◦ green 156 ◦ blue 234

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

Shades of Portage #8C9CEA

Tints of Portage #8C9CEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 44.15%

R = 26.42%
G = 29.43%
B = 44.15%

CMYK

 C value IS 0.40

 M value IS 0.33

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8C9CEA (or 0x8C9CEA) is known color: Portage. HEX triplet: 8C, 9C and EA. RGB value is (140,156,234). Sum of RGB (Red+Green+Blue) = 140+156+234=530 (70% of max value = 765). Red value is 140 (55.08% from 255 or 26.42% from 530); Green value is 156 (61.33% from 255 or 29.43% from 530); Blue value is 234 (91.80% from 255 or 44.15% from 530); Max value from RGB is 234 - color contains mainly: blue. Hex color #8C9CEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8C9CEA is #736315. Grayscale: #9F9F9F. Windows color (decimal): -7562006 or 15375500. OLE color: 15375500.

HSL color Cylindrical-coordinate representation of color #8C9CEA: hue angle of 229.79º degrees, saturation: 0.69, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8C9CEA is Cyan = 0.40, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 140 156 234 -
CMYK 0.40 0.33 0 0.08
HSL 229.79º 0.69% 0.73% -
HSV(B) 229.79º 0.4% 0.92% -
XYZ 37.55 35.29 82.67 -
YUV 160.11 169.7 113.66 -
System Red Green Blue C M Y K H S L
Decimal 140 156 234 0.40 0.33 0 0.08 229.79 0.69 0.73
Hex 8C 9C EA 28 21 0 8 E6 45 49
Octal 214 234 352 50 41 0 10 346 105 111
Binary 10001100 10011100 11101010 101000 100001 0 1000 11100110 1000101 1001001

Color Harmonies of #8C9CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C9CEA

Black with #8C9CEA

Text Example


Text Example

White with #8C9CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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