Html Css Color HEX #8C95D6 Portage

📋 copy color: '#8C95D6'

red 140 ◦ green 149 ◦ blue 214

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

Shades of Portage #8C95D6

Tints of Portage #8C95D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 42.54%

R = 27.83%
G = 29.62%
B = 42.54%

CMYK

 C value IS 0.35

 M value IS 0.30

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#8C95D6 (or 0x8C95D6) is known color: Portage. HEX triplet: 8C, 95 and D6. RGB value is (140,149,214). Sum of RGB (Red+Green+Blue) = 140+149+214=503 (66% of max value = 765). Red value is 140 (55.08% from 255 or 27.83% from 503); Green value is 149 (58.59% from 255 or 29.62% from 503); Blue value is 214 (83.98% from 255 or 42.54% from 503); Max value from RGB is 214 - color contains mainly: blue. Hex color #8C95D6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8C95D6 is #736A29. Grayscale: #999999. Windows color (decimal): -7563818 or 14062988. OLE color: 14062988.

HSL color Cylindrical-coordinate representation of color #8C95D6: hue angle of 232.7º degrees, saturation: 0.47, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8C95D6 is Cyan = 0.35, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 140 149 214 -
CMYK 0.35 0.30 0 0.16
HSL 232.7º 0.47% 0.69% -
HSV(B) 232.7º 0.35% 0.84% -
XYZ 33.7 31.93 68 -
YUV 153.72 162.02 118.21 -
System Red Green Blue C M Y K H S L
Decimal 140 149 214 0.35 0.30 0 0.16 232.7 0.47 0.69
Hex 8C 95 D6 23 1E 0 10 E9 2F 45
Octal 214 225 326 43 36 0 20 351 57 105
Binary 10001100 10010101 11010110 100011 11110 0 10000 11101001 101111 1000101

Color Harmonies of #8C95D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C95D6

Black with #8C95D6

Text Example


Text Example

White with #8C95D6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,149,214); }

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

background-color css

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

 a { background-color: rgb(140,149,214); }

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

border-color css

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

 span { border-color: rgb(140,149,214); }

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