Html Css Color HEX #8CA6EB Portage

📋 copy color: '#8CA6EB'

red 140 ◦ green 166 ◦ blue 235

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

Shades of Portage #8CA6EB

Tints of Portage #8CA6EB

RGB

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

 GREEN value IS 166 (65.23% from 255) = 30.68%

 BLUE value IS 235 (92.19% from 255) = 43.44%

R = 25.88%
G = 30.68%
B = 43.44%

CMYK

 C value IS 0.40

 M value IS 0.29

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8CA6EB (or 0x8CA6EB) is known color: Portage. HEX triplet: 8C, A6 and EB. RGB value is (140,166,235). Sum of RGB (Red+Green+Blue) = 140+166+235=541 (71% of max value = 765). Red value is 140 (55.08% from 255 or 25.88% from 541); Green value is 166 (65.23% from 255 or 30.68% from 541); Blue value is 235 (92.19% from 255 or 43.44% from 541); Max value from RGB is 235 - color contains mainly: blue. Hex color #8CA6EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8CA6EB is #735914. Grayscale: #A5A5A5. Windows color (decimal): -7559445 or 15443596. OLE color: 15443596.

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

Color convert

RGB 140 166 235 -
CMYK 0.40 0.29 0 0.08
HSL 223.58º 0.7% 0.74% -
HSV(B) 223.58º 0.4% 0.92% -
XYZ 39.45 38.85 84.02 -
YUV 166.09 166.89 109.39 -
System Red Green Blue C M Y K H S L
Decimal 140 166 235 0.40 0.29 0 0.08 223.58 0.7 0.74
Hex 8C A6 EB 28 1D 0 8 E0 46 4A
Octal 214 246 353 50 35 0 10 340 106 112
Binary 10001100 10100110 11101011 101000 11101 0 1000 11100000 1000110 1001010

Color Harmonies of #8CA6EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CA6EB

Black with #8CA6EB

Text Example


Text Example

White with #8CA6EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,166,235); }

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

background-color css

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

 a { background-color: rgb(140,166,235); }

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

border-color css

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

 span { border-color: rgb(140,166,235); }

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