Html Css Color HEX #8C95DC Portage

📋 copy color: '#8C95DC'

red 140 ◦ green 149 ◦ blue 220

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

Shades of Portage #8C95DC

Tints of Portage #8C95DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 43.22%

R = 27.5%
G = 29.27%
B = 43.22%

CMYK

 C value IS 0.36

 M value IS 0.32

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8C95DC (or 0x8C95DC) is known color: Portage. HEX triplet: 8C, 95 and DC. RGB value is (140,149,220). Sum of RGB (Red+Green+Blue) = 140+149+220=509 (67% of max value = 765). Red value is 140 (55.08% from 255 or 27.50% from 509); Green value is 149 (58.59% from 255 or 29.27% from 509); Blue value is 220 (86.33% from 255 or 43.22% from 509); Max value from RGB is 220 - color contains mainly: blue. Hex color #8C95DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8C95DC is #736A23. Grayscale: #9A9A9A. Windows color (decimal): -7563812 or 14456204. OLE color: 14456204.

HSL color Cylindrical-coordinate representation of color #8C95DC: hue angle of 233.25º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8C95DC is Cyan = 0.36, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 140 149 220 -
CMYK 0.36 0.32 0 0.14
HSL 233.25º 0.53% 0.71% -
HSV(B) 233.25º 0.36% 0.86% -
XYZ 34.48 32.24 72.12 -
YUV 154.4 165.02 117.73 -
System Red Green Blue C M Y K H S L
Decimal 140 149 220 0.36 0.32 0 0.14 233.25 0.53 0.71
Hex 8C 95 DC 24 20 0 E E9 35 47
Octal 214 225 334 44 40 0 16 351 65 107
Binary 10001100 10010101 11011100 100100 100000 0 1110 11101001 110101 1000111

Color Harmonies of #8C95DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C95DC

Black with #8C95DC

Text Example


Text Example

White with #8C95DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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