Html Css Color HEX #8C93CE Portage

📋 copy color: '#8C93CE'

red 140 ◦ green 147 ◦ blue 206

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

Shades of Portage #8C93CE

Tints of Portage #8C93CE

RGB

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

 GREEN value IS 147 (57.81% from 255) = 29.82%

 BLUE value IS 206 (80.86% from 255) = 41.78%

R = 28.4%
G = 29.82%
B = 41.78%

CMYK

 C value IS 0.32

 M value IS 0.29

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8C93CE (or 0x8C93CE) is known color: Portage. HEX triplet: 8C, 93 and CE. RGB value is (140,147,206). Sum of RGB (Red+Green+Blue) = 140+147+206=493 (65% of max value = 765). Red value is 140 (55.08% from 255 or 28.40% from 493); Green value is 147 (57.81% from 255 or 29.82% from 493); Blue value is 206 (80.86% from 255 or 41.78% from 493); Max value from RGB is 206 - color contains mainly: blue. Hex color #8C93CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8C93CE is #736C31. Grayscale: #979797. Windows color (decimal): -7564338 or 13538188. OLE color: 13538188.

HSL color Cylindrical-coordinate representation of color #8C93CE: hue angle of 233.64º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8C93CE is Cyan = 0.32, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 140 147 206 -
CMYK 0.32 0.29 0 0.19
HSL 233.64º 0.4% 0.68% -
HSV(B) 233.64º 0.32% 0.81% -
XYZ 32.39 30.9 62.65 -
YUV 151.63 158.68 119.7 -
System Red Green Blue C M Y K H S L
Decimal 140 147 206 0.32 0.29 0 0.19 233.64 0.4 0.68
Hex 8C 93 CE 20 1D 0 13 EA 28 44
Octal 214 223 316 40 35 0 23 352 50 104
Binary 10001100 10010011 11001110 100000 11101 0 10011 11101010 101000 1000100

Color Harmonies of #8C93CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C93CE

Black with #8C93CE

Text Example


Text Example

White with #8C93CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,147,206); }

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

background-color css

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

 a { background-color: rgb(140,147,206); }

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

border-color css

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

 span { border-color: rgb(140,147,206); }

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