Html Css Color HEX #8C92EB Portage

📋 copy color: '#8C92EB'

red 140 ◦ green 146 ◦ blue 235

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

Shades of Portage #8C92EB

Tints of Portage #8C92EB

RGB

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

 GREEN value IS 146 (57.42% from 255) = 28.02%

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

R = 26.87%
G = 28.02%
B = 45.11%

CMYK

 C value IS 0.40

 M value IS 0.38

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8C92EB (or 0x8C92EB) is known color: Portage. HEX triplet: 8C, 92 and EB. RGB value is (140,146,235). Sum of RGB (Red+Green+Blue) = 140+146+235=521 (69% of max value = 765). Red value is 140 (55.08% from 255 or 26.87% from 521); Green value is 146 (57.42% from 255 or 28.02% from 521); Blue value is 235 (92.19% from 255 or 45.11% from 521); Max value from RGB is 235 - color contains mainly: blue. Hex color #8C92EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8C92EB is #736D14. Grayscale: #999999. Windows color (decimal): -7564565 or 15438476. OLE color: 15438476.

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

Color convert

RGB 140 146 235 -
CMYK 0.40 0.38 0 0.08
HSL 236.21º 0.7% 0.74% -
HSV(B) 236.21º 0.4% 0.92% -
XYZ 36.09 32.13 82.9 -
YUV 154.35 173.51 117.76 -
System Red Green Blue C M Y K H S L
Decimal 140 146 235 0.40 0.38 0 0.08 236.21 0.7 0.74
Hex 8C 92 EB 28 26 0 8 EC 46 4A
Octal 214 222 353 50 46 0 10 354 106 112
Binary 10001100 10010010 11101011 101000 100110 0 1000 11101100 1000110 1001010

Color Harmonies of #8C92EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C92EB

Black with #8C92EB

Text Example


Text Example

White with #8C92EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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