Html Css Color HEX #8E93CF Portage

📋 copy color: '#8E93CF'

red 142 ◦ green 147 ◦ blue 207

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

Shades of Portage #8E93CF

Tints of Portage #8E93CF

RGB

 RED value IS 142 (55.86% from 255) = 28.63%

 GREEN value IS 147 (57.81% from 255) = 29.64%

 BLUE value IS 207 (81.25% from 255) = 41.73%

R = 28.63%
G = 29.64%
B = 41.73%

CMYK

 C value IS 0.31

 M value IS 0.29

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8E93CF (or 0x8E93CF) is known color: Portage. HEX triplet: 8E, 93 and CF. RGB value is (142,147,207). Sum of RGB (Red+Green+Blue) = 142+147+207=496 (65% of max value = 765). Red value is 142 (55.86% from 255 or 28.63% from 496); Green value is 147 (57.81% from 255 or 29.64% from 496); Blue value is 207 (81.25% from 255 or 41.73% from 496); Max value from RGB is 207 - color contains mainly: blue. Hex color #8E93CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E93CF is #716C30. Grayscale: #989898. Windows color (decimal): -7433265 or 13603726. OLE color: 13603726.

HSL color Cylindrical-coordinate representation of color #8E93CF: hue angle of 235.38º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8E93CF is Cyan = 0.31, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 142 147 207 -
CMYK 0.31 0.29 0 0.19
HSL 235.38º 0.4% 0.68% -
HSV(B) 235.38º 0.31% 0.81% -
XYZ 32.85 31.12 63.31 -
YUV 152.35 158.84 120.62 -
System Red Green Blue C M Y K H S L
Decimal 142 147 207 0.31 0.29 0 0.19 235.38 0.4 0.68
Hex 8E 93 CF 1F 1D 0 13 EB 28 44
Octal 216 223 317 37 35 0 23 353 50 104
Binary 10001110 10010011 11001111 11111 11101 0 10011 11101011 101000 1000100

Color Harmonies of #8E93CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E93CF

Black with #8E93CF

Text Example


Text Example

White with #8E93CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,147,207); }

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

background-color css

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

 a { background-color: rgb(142,147,207); }

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

border-color css

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

 span { border-color: rgb(142,147,207); }

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