Html Css Color HEX #8E95CC Portage

📋 copy color: '#8E95CC'

red 142 ◦ green 149 ◦ blue 204

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

Shades of Portage #8E95CC

Tints of Portage #8E95CC

RGB

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

 GREEN value IS 149 (58.59% from 255) = 30.1%

 BLUE value IS 204 (80.08% from 255) = 41.21%

R = 28.69%
G = 30.1%
B = 41.21%

CMYK

 C value IS 0.30

 M value IS 0.27

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#8E95CC (or 0x8E95CC) is known color: Portage. HEX triplet: 8E, 95 and CC. RGB value is (142,149,204). Sum of RGB (Red+Green+Blue) = 142+149+204=495 (65% of max value = 765). Red value is 142 (55.86% from 255 or 28.69% from 495); Green value is 149 (58.59% from 255 or 30.10% from 495); Blue value is 204 (80.08% from 255 or 41.21% from 495); Max value from RGB is 204 - color contains mainly: blue. Hex color #8E95CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E95CC is #716A33. Grayscale: #989898. Windows color (decimal): -7432756 or 13407630. OLE color: 13407630.

HSL color Cylindrical-coordinate representation of color #8E95CC: hue angle of 233.23º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8E95CC is Cyan = 0.30, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 142 149 204 -
CMYK 0.30 0.27 0 0.2
HSL 233.23º 0.38% 0.68% -
HSV(B) 233.23º 0.3% 0.8% -
XYZ 32.8 31.61 61.5 -
YUV 153.18 156.68 120.03 -
System Red Green Blue C M Y K H S L
Decimal 142 149 204 0.30 0.27 0 0.2 233.23 0.38 0.68
Hex 8E 95 CC 1E 1B 0 14 E9 26 44
Octal 216 225 314 36 33 0 24 351 46 104
Binary 10001110 10010101 11001100 11110 11011 0 10100 11101001 100110 1000100

Color Harmonies of #8E95CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E95CC

Black with #8E95CC

Text Example


Text Example

White with #8E95CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,149,204); }

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

background-color css

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

 a { background-color: rgb(142,149,204); }

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

border-color css

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

 span { border-color: rgb(142,149,204); }

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