#8C93DB

Color #8C93DB Portage (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Portage #8C93DB

Tints of Portage #8C93DB

Color information

#8C93DB (or 0x8C93DB) is unknown color: approx Portage. HEX triplet: 8C, 93 and DB. RGB value is (140,147,219). Sum of RGB (Red+Green+Blue) = 140+147+219=506 (67% of max value = 765). Red value is 140 (55.08% from 255 or 27.67% from 506); Green value is 147 (57.81% from 255 or 29.05% from 506); Blue value is 219 (85.94% from 255 or 43.28% from 506); Max value from RGB is 219 - color contains mainly: blue. Hex color #8C93DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8C93DB is #736C24. Grayscale: #989898. Windows color (decimal): -7564325 or 14390156. OLE color: 14390156.

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

Color convert

RGB140147219-
CMYK0.360.3300.14
HSL234.68º52.32%70.39%-
HSV(B)234.68º36.07%85.88%-
XYZ34.0431.5671.32-
YUV153.12165.18118.65-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 27.67%
GREEN value IS 147 (57.81% from 255) = 29.05%
BLUE value IS 219 (85.94% from 255) = 43.28%
R=27.67%
G=29.05%
B=43.28%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1401472190.360.3300.14234.6852.3270.39
Hex8C93DB24210Eeb3446
Octal214223333444101635364106
Binary10001100100100111101101110010010000101110111010111101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C93DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #8C93DB;
 }
 .AnyTagClassName
 {
   color: #8C93DB;
 }
</style>
background-color css

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

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

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

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

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

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