Html Css Color HEX #8CA4ED Portage

📋 copy color: '#8CA4ED'

red 140 ◦ green 164 ◦ blue 237

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

Shades of Portage #8CA4ED

Tints of Portage #8CA4ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 43.81%

R = 25.88%
G = 30.31%
B = 43.81%

CMYK

 C value IS 0.41

 M value IS 0.31

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8CA4ED (or 0x8CA4ED) is known color: Portage. HEX triplet: 8C, A4 and ED. RGB value is (140,164,237). Sum of RGB (Red+Green+Blue) = 140+164+237=541 (71% of max value = 765). Red value is 140 (55.08% from 255 or 25.88% from 541); Green value is 164 (64.45% from 255 or 30.31% from 541); Blue value is 237 (92.97% from 255 or 43.81% from 541); Max value from RGB is 237 - color contains mainly: blue. Hex color #8CA4ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8CA4ED is #735B12. Grayscale: #A4A4A4. Windows color (decimal): -7559955 or 15574156. OLE color: 15574156.

HSL color Cylindrical-coordinate representation of color #8CA4ED: hue angle of 225.15º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8CA4ED is Cyan = 0.41, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 140 164 237 -
CMYK 0.41 0.31 0 0.07
HSL 225.15º 0.73% 0.74% -
HSV(B) 225.15º 0.41% 0.93% -
XYZ 39.38 38.24 85.43 -
YUV 165.15 168.55 110.06 -
System Red Green Blue C M Y K H S L
Decimal 140 164 237 0.41 0.31 0 0.07 225.15 0.73 0.74
Hex 8C A4 ED 29 1F 0 7 E1 49 4A
Octal 214 244 355 51 37 0 7 341 111 112
Binary 10001100 10100100 11101101 101001 11111 0 111 11100001 1001001 1001010

Color Harmonies of #8CA4ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CA4ED

Black with #8CA4ED

Text Example


Text Example

White with #8CA4ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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