Html Css Color HEX #8CA1ED Portage

📋 copy color: '#8CA1ED'

red 140 ◦ green 161 ◦ blue 237

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

Shades of Portage #8CA1ED

Tints of Portage #8CA1ED

RGB

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

 GREEN value IS 161 (63.28% from 255) = 29.93%

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

R = 26.02%
G = 29.93%
B = 44.05%

CMYK

 C value IS 0.41

 M value IS 0.32

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8CA1ED (or 0x8CA1ED) is known color: Portage. HEX triplet: 8C, A1 and ED. RGB value is (140,161,237). Sum of RGB (Red+Green+Blue) = 140+161+237=538 (71% of max value = 765). Red value is 140 (55.08% from 255 or 26.02% from 538); Green value is 161 (63.28% from 255 or 29.93% from 538); Blue value is 237 (92.97% from 255 or 44.05% from 538); Max value from RGB is 237 - color contains mainly: blue. Hex color #8CA1ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8CA1ED is #735E12. Grayscale: #A3A3A3. Windows color (decimal): -7560723 or 15573388. OLE color: 15573388.

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

Color convert

RGB 140 161 237 -
CMYK 0.41 0.32 0 0.07
HSL 227.01º 0.73% 0.74% -
HSV(B) 227.01º 0.41% 0.93% -
XYZ 38.85 37.18 85.25 -
YUV 163.39 169.54 111.32 -
System Red Green Blue C M Y K H S L
Decimal 140 161 237 0.41 0.32 0 0.07 227.01 0.73 0.74
Hex 8C A1 ED 29 20 0 7 E3 49 4A
Octal 214 241 355 51 40 0 7 343 111 112
Binary 10001100 10100001 11101101 101001 100000 0 111 11100011 1001001 1001010

Color Harmonies of #8CA1ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CA1ED

Black with #8CA1ED

Text Example


Text Example

White with #8CA1ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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