Html Css Color HEX #8CA2EB Portage

📋 copy color: '#8CA2EB'

red 140 ◦ green 162 ◦ blue 235

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

Shades of Portage #8CA2EB

Tints of Portage #8CA2EB

RGB

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

 GREEN value IS 162 (63.67% from 255) = 30.17%

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

R = 26.07%
G = 30.17%
B = 43.76%

CMYK

 C value IS 0.40

 M value IS 0.31

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8CA2EB (or 0x8CA2EB) is known color: Portage. HEX triplet: 8C, A2 and EB. RGB value is (140,162,235). Sum of RGB (Red+Green+Blue) = 140+162+235=537 (71% of max value = 765). Red value is 140 (55.08% from 255 or 26.07% from 537); Green value is 162 (63.67% from 255 or 30.17% from 537); Blue value is 235 (92.19% from 255 or 43.76% from 537); Max value from RGB is 235 - color contains mainly: blue. Hex color #8CA2EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8CA2EB is #735D14. Grayscale: #A3A3A3. Windows color (decimal): -7560469 or 15442572. OLE color: 15442572.

HSL color Cylindrical-coordinate representation of color #8CA2EB: hue angle of 226.11º 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 #8CA2EB is Cyan = 0.40, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 140 162 235 -
CMYK 0.40 0.31 0 0.08
HSL 226.11º 0.7% 0.74% -
HSV(B) 226.11º 0.4% 0.92% -
XYZ 38.73 37.41 83.78 -
YUV 163.74 168.21 111.06 -
System Red Green Blue C M Y K H S L
Decimal 140 162 235 0.40 0.31 0 0.08 226.11 0.7 0.74
Hex 8C A2 EB 28 1F 0 8 E2 46 4A
Octal 214 242 353 50 37 0 10 342 106 112
Binary 10001100 10100010 11101011 101000 11111 0 1000 11100010 1000110 1001010

Color Harmonies of #8CA2EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CA2EB

Black with #8CA2EB

Text Example


Text Example

White with #8CA2EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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