Html Css Color HEX #8CA4E7 Portage

📋 copy color: '#8CA4E7'

red 140 ◦ green 164 ◦ blue 231

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

Shades of Portage #8CA4E7

Tints of Portage #8CA4E7

RGB

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

 GREEN value IS 164 (64.45% from 255) = 30.65%

 BLUE value IS 231 (90.63% from 255) = 43.18%

R = 26.17%
G = 30.65%
B = 43.18%

CMYK

 C value IS 0.39

 M value IS 0.29

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#8CA4E7 (or 0x8CA4E7) is known color: Portage. HEX triplet: 8C, A4 and E7. RGB value is (140,164,231). Sum of RGB (Red+Green+Blue) = 140+164+231=535 (70% of max value = 765). Red value is 140 (55.08% from 255 or 26.17% from 535); Green value is 164 (64.45% from 255 or 30.65% from 535); Blue value is 231 (90.62% from 255 or 43.18% from 535); Max value from RGB is 231 - color contains mainly: blue. Hex color #8CA4E7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8CA4E7 is #735B18. Grayscale: #A4A4A4. Windows color (decimal): -7559961 or 15180940. OLE color: 15180940.

HSL color Cylindrical-coordinate representation of color #8CA4E7: hue angle of 224.18º degrees, saturation: 0.65, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8CA4E7 is Cyan = 0.39, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 140 164 231 -
CMYK 0.39 0.29 0 0.09
HSL 224.18º 0.65% 0.73% -
HSV(B) 224.18º 0.39% 0.91% -
XYZ 38.51 37.9 80.89 -
YUV 164.46 165.55 110.55 -
System Red Green Blue C M Y K H S L
Decimal 140 164 231 0.39 0.29 0 0.09 224.18 0.65 0.73
Hex 8C A4 E7 27 1D 0 9 E0 41 49
Octal 214 244 347 47 35 0 11 340 101 111
Binary 10001100 10100100 11100111 100111 11101 0 1001 11100000 1000001 1001001

Color Harmonies of #8CA4E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CA4E7

Black with #8CA4E7

Text Example


Text Example

White with #8CA4E7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,164,231); }

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

background-color css

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

 a { background-color: rgb(140,164,231); }

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

border-color css

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

 span { border-color: rgb(140,164,231); }

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