Html Css Color HEX #8C96E5 Portage

📋 copy color: '#8C96E5'

red 140 ◦ green 150 ◦ blue 229

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

Shades of Portage #8C96E5

Tints of Portage #8C96E5

RGB

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

 GREEN value IS 150 (58.98% from 255) = 28.9%

 BLUE value IS 229 (89.84% from 255) = 44.12%

R = 26.97%
G = 28.9%
B = 44.12%

CMYK

 C value IS 0.39

 M value IS 0.34

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#8C96E5 (or 0x8C96E5) is known color: Portage. HEX triplet: 8C, 96 and E5. RGB value is (140,150,229). Sum of RGB (Red+Green+Blue) = 140+150+229=519 (68% of max value = 765). Red value is 140 (55.08% from 255 or 26.97% from 519); Green value is 150 (58.98% from 255 or 28.90% from 519); Blue value is 229 (89.84% from 255 or 44.12% from 519); Max value from RGB is 229 - color contains mainly: blue. Hex color #8C96E5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8C96E5 is #73691A. Grayscale: #9B9B9B. Windows color (decimal): -7563547 or 15046284. OLE color: 15046284.

HSL color Cylindrical-coordinate representation of color #8C96E5: hue angle of 233.26º degrees, saturation: 0.63, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8C96E5 is Cyan = 0.39, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 140 150 229 -
CMYK 0.39 0.34 0 0.10
HSL 233.26º 0.63% 0.72% -
HSV(B) 233.26º 0.39% 0.9% -
XYZ 35.86 33.05 78.62 -
YUV 156.02 169.19 116.58 -
System Red Green Blue C M Y K H S L
Decimal 140 150 229 0.39 0.34 0 0.10 233.26 0.63 0.72
Hex 8C 96 E5 27 22 0 A E9 3F 48
Octal 214 226 345 47 42 0 12 351 77 110
Binary 10001100 10010110 11100101 100111 100010 0 1010 11101001 111111 1001000

Color Harmonies of #8C96E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C96E5

Black with #8C96E5

Text Example


Text Example

White with #8C96E5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,150,229); }

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

background-color css

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

 a { background-color: rgb(140,150,229); }

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

border-color css

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

 span { border-color: rgb(140,150,229); }

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