Html Css Color HEX #8E98CF Portage

📋 copy color: '#8E98CF'

red 142 ◦ green 152 ◦ blue 207

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

Shades of Portage #8E98CF

Tints of Portage #8E98CF

RGB

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

 GREEN value IS 152 (59.77% from 255) = 30.34%

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

R = 28.34%
G = 30.34%
B = 41.32%

CMYK

 C value IS 0.31

 M value IS 0.27

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8E98CF (or 0x8E98CF) is known color: Portage. HEX triplet: 8E, 98 and CF. RGB value is (142,152,207). Sum of RGB (Red+Green+Blue) = 142+152+207=501 (66% of max value = 765). Red value is 142 (55.86% from 255 or 28.34% from 501); Green value is 152 (59.77% from 255 or 30.34% from 501); Blue value is 207 (81.25% from 255 or 41.32% from 501); Max value from RGB is 207 - color contains mainly: blue. Hex color #8E98CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E98CF is #716730. Grayscale: #9B9B9B. Windows color (decimal): -7431985 or 13605006. OLE color: 13605006.

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

Color convert

RGB 142 152 207 -
CMYK 0.31 0.27 0 0.19
HSL 230.77º 0.4% 0.68% -
HSV(B) 230.77º 0.31% 0.81% -
XYZ 33.65 32.71 63.57 -
YUV 155.28 157.19 118.53 -
System Red Green Blue C M Y K H S L
Decimal 142 152 207 0.31 0.27 0 0.19 230.77 0.4 0.68
Hex 8E 98 CF 1F 1B 0 13 E7 28 44
Octal 216 230 317 37 33 0 23 347 50 104
Binary 10001110 10011000 11001111 11111 11011 0 10011 11100111 101000 1000100

Color Harmonies of #8E98CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E98CF

Black with #8E98CF

Text Example


Text Example

White with #8E98CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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